Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndiritumichael/composestoriessaver
trying out the new shiny modern toolkit for building UI
https://github.com/ndiritumichael/composestoriessaver
android compose jetpack-compose kotlin mvm
Last synced: 15 days ago
JSON representation
trying out the new shiny modern toolkit for building UI
- Host: GitHub
- URL: https://github.com/ndiritumichael/composestoriessaver
- Owner: ndiritumichael
- Created: 2021-06-19T21:36:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T18:34:54.000Z (about 3 years ago)
- Last Synced: 2023-03-04T02:39:41.711Z (over 1 year ago)
- Topics: android, compose, jetpack-compose, kotlin, mvm
- Language: Kotlin
- Homepage:
- Size: 701 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Compose Stories Saver
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
```xml
Whatsapp="WhatsApp/Media/.Statuses"
FMWhatsapp="FMWhatsApp/Media/.Statuses"
GBWhatsapp="GBWhatsApp/Media/.Statuses"```
## Tech stack & Open-source libraries
- Minimum SDK level 21
- 100% [Kotlin](https://kotlinlang.org/) based + [Coroutines](https://github.com/Kotlin/kotlinx.coroutines)- [JetPack](https://developer.android.com/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](https://github.com/google/accompanist) - A collection of extension libraries for Jetpack Compose described below
- [Accompanist-Pager](https://google.github.io/accompanist/pager/) A ViewPager-like library which provides paging layouts for Jetpack Compose.
- [Accompanist-Navigation Animation](https://google.github.io/accompanist/navigation-animation) for providing navigation Animations e.g Pop in ,Pop Out, in Compose Navigation- [Coil](https://coil-kt.github.io/coil/) An image loading library for Android backed by Kotlin Coroutines.
- [ExoPlayer](https://exoplayer.dev/) A media player for playing audio and video both locally and over the Internet.
## Find this repository useful? :heart:
Support it by joining __[stargazers](https://github.com/ndiritumichael/ComposeStoriesSaver/stargazers)__ for this repository. :star:
And __[follow](https://github.com/ndiritumichael/)__ me for more samples# License
```xmlLicensed 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 athttp://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.
```