Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dinesh2510/quotes-app-using-jetpack-compose
A Quotes Application built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
https://github.com/dinesh2510/quotes-app-using-jetpack-compose
compose-tutorial coroutines coroutines-android dagger-hilt dagger2 jetpack-compose jetpack-compose-navigation jetpack-compose-quotes-app jetpack-navigation kotlin-coroutines kotlin-flow mvvm-architecture quotes quotes-api quotes-app quotes-application
Last synced: 6 days ago
JSON representation
A Quotes Application built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
- Host: GitHub
- URL: https://github.com/dinesh2510/quotes-app-using-jetpack-compose
- Owner: Dinesh2510
- Created: 2024-06-21T16:48:38.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-21T17:57:36.000Z (8 months ago)
- Last Synced: 2024-12-04T02:10:47.280Z (2 months ago)
- Topics: compose-tutorial, coroutines, coroutines-android, dagger-hilt, dagger2, jetpack-compose, jetpack-compose-navigation, jetpack-compose-quotes-app, jetpack-navigation, kotlin-coroutines, kotlin-flow, mvvm-architecture, quotes, quotes-api, quotes-app, quotes-application
- Language: Kotlin
- Homepage: https://www.pixeldev.in/
- Size: 3.44 MB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Quotes App π
A Quotes Application built to Demonstrate the use of Jetpack Compose for building declarative UI in
Android. *Made with love β€οΈ by [Dinesh2510](https://github.com/Dinesh2510)****Try latest Quotes App apk from below π***
π±
## Screenshots
| Home | List of quotes | Aout |
| ------------- | ------------- | ------------- |
| [![IMAGE](https://github.com/Dinesh2510/Quotes-App-using-Jetpack-Compose/blob/master/Screenshot_20240621_194514.png)](https://www.youtube.com/watch?v=sklPpTf7Yj8) | [![IMAGE](https://github.com/Dinesh2510/Quotes-App-using-Jetpack-Compose/blob/master/Screenshot_20240621_194545.png)](https://www.youtube.com/watch?v=sklPpTf7Yj8) | [![IMAGE](https://github.com/Dinesh2510/Quotes-App-using-Jetpack-Compose/blob/master/Screenshot_20240621_194555.png)](https://www.youtube.com/watch?v=sklPpTf7Yj8)|## Built With π
- [Kotlin](https://kotlinlang.org/) - First class and official programming language for Android
development.
- [Jetpack Compose](https://developer.android.com/jetpack/compose) - Jetpack Compose is Androidβs
modern toolkit for building native UI.
- [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - A coroutine is a
concurrency design pattern that you can use on Android to simplify code that executes
asynchronously.
- [Flow](https://kotlinlang.org/docs/reference/coroutines/flow.html) - A flow is an asynchronous
version of a Sequence, a type of collection whose values are lazily produced.
- [Jetpack DataStore](https://developer.android.com/topic/libraries/architecture/datastore) -
Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed
objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data
asynchronously, consistently, and transactionally
- [Android Architecture Components](https://developer.android.com/topic/libraries/architecture) -
Collection of libraries that help you design robust, testable, and maintainable apps.
- [Stateflow](https://developer.android.com/kotlin/flow/stateflow-and-sharedflow) - StateFlow is a
state-holder observable flow that emits the current and new state updates to its collectors.
- [Flow](https://kotlinlang.org/docs/reference/coroutines/flow.html) - A flow is an asynchronous
version of a Sequence, a type of collection whose values are lazily produced.
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores
UI-related data that isn"t destroyed on UI changes.
- [Jetpack Compose Navigation](https://developer.android.com/jetpack/compose/navigation) - The
Navigation component provides support for Jetpack Compose applications.## Contribute π€
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/paypalme/pixelDeviin)## Credits π€
- π€ Icons are from [flaticon.com](https://flaticon.com)