Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spikeysanju/jetquotes
π A Quotes Application built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
https://github.com/spikeysanju/jetquotes
android android-studio android-ui compose compose-tutorial coroutines-flow datastore-android declarative-ui hacktoberfest jetpack jetpack-android jetpack-compose kotlin kotlin-android mvvm-android quotes-application ui-components ui-design ui-toolkit
Last synced: 8 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/spikeysanju/jetquotes
- Owner: Spikeysanju
- License: mit
- Created: 2020-09-17T07:36:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T13:57:16.000Z (7 months ago)
- Last Synced: 2024-08-01T19:44:19.421Z (3 months ago)
- Topics: android, android-studio, android-ui, compose, compose-tutorial, coroutines-flow, datastore-android, declarative-ui, hacktoberfest, jetpack, jetpack-android, jetpack-compose, kotlin, kotlin-android, mvvm-android, quotes-application, ui-components, ui-design, ui-toolkit
- Language: Kotlin
- Homepage:
- Size: 8.42 MB
- Stars: 543
- Watchers: 8
- Forks: 68
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![GitHub Cards Preview](https://github.com/Spikeysanju/JetQuotes/blob/master/art/jetquotes_preview_card.png)
# π JetQuotes
A Quotes Application built to Demonstrate the use of Jetpack Compose for building declarative UI in
Android. *Made with love β€οΈ by [Spikeysanju](https://github.com/Spikeysanju)****Try latest JetQuotes App apk from below π***
[![JetQuotes](https://img.shields.io/badge/JetQuotesπ-APK-black.svg?style=for-the-badge&logo=android)](https://github.com/Spikeysanju/JetQuotes/releases/download/v1.3.1/jetquotes.apk)
## 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.
- [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.
- [Material Components for Android](https://github.com/material-components/material-components-android)
- Modular and customizable Material Design UI components for Android.
- [Figma](https://figma.com/) - Figma is a vector graphics editor and prototyping tool which is
primarily web-based.## Architecture πΌ
This app uses [***MVVM (Model View
View-Model)***](https://developer.android.com/jetpack/docs/guide#recommended-app-arch) architecture.![](https://github.com/TheCodeMonks/Notes-App/blob/master/screenshots/ANDROID%20ROOM%20DB%20DIAGRAM.jpg)
## Contribute π€
If you want to contribute to this library, you"re always welcome!
See [Contributing Guidelines](https://github.com/Spikeysanju/JetQuotes/blob/master/CONTRIBUTION.md).## Contact π©
Have an project? DM us at π
Drop a mail to:- [email protected]
## Donation π°
If this project help you reduce time to develop, you can give me a cup of coffee :)
## Credits π€
- π€ Icons are from [tablericons.com](https://tablericons.com)
## License π
```
MIT LicenseCopyright (c) 2020 Sanju S
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```