Skip to content

ndiritumichael/ComposeStoriesSaver

Repository files navigation

Compose Stories Saver

License API

Compose Stories Saver is a demo application based on the new Declarative UI toolkit for designing native UI in Android. It displays recently viewed whatsapp stories and allows for the ability to share without Screenshotting or saving the media to your phone.It also includes the option to save the status if need be.


How to build on your environment

Add your whatsapp status directory in a constants file

Whatsapp="WhatsApp/Media/.Statuses"
FMWhatsapp="FMWhatsApp/Media/.Statuses"
GBWhatsapp="GBWhatsApp/Media/.Statuses"

Tech stack & Open-source libraries

  • Minimum SDK level 21

  • 100% Kotlin based + Coroutines

  • JetPack

    • Compose - A modern toolkit for building native Android UI.
    • Lifecycle - dispose observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
  • Architecture

    • MVVM Architecture (Declarative View - ViewModel - Model)
  • Accompanist - A collection of extension libraries for Jetpack Compose described below

  • Coil An image loading library for Android backed by Kotlin Coroutines.

  • ExoPlayer A media player for playing audio and video both locally and over the Internet.

Find this repository useful? ❤️

Support it by joining stargazers for this repository. ⭐
And follow me for more samples

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

trying out the new shiny modern toolkit for building UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages