https://github.com/mohitgupta121/gratitude-quotes-app
https://github.com/mohitgupta121/gratitude-quotes-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohitgupta121/gratitude-quotes-app
- Owner: MohitGupta121
- Created: 2024-01-24T09:36:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T10:52:59.000Z (over 1 year ago)
- Last Synced: 2025-02-09T23:18:51.615Z (3 months ago)
- Language: Kotlin
- Size: 897 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gratitude Quotes App
## 🎥 Preview
https://github.com/MohitGupta121/NewsDo/assets/76530270/ebd581e5-2e54-4f9d-bdf8-0639a406eb7e
## Built With ðŸ›
- [Kotlin](https://kotlinlang.org/) - First class and official programming language for Android development.
- [Android Architecture Components](https://developer.android.com/topic/libraries/architecture) - Collection of libraries that help you design robust, testable, and maintainable apps.
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores UI-related data that isn't destroyed on UI changes.
- [ViewBinding](https://developer.android.com/topic/libraries/view-binding) - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
- [Material Components for Android](https://github.com/material-components/material-components-android) - Modular and customizable Material Design UI components for Android.# Package Structure
com.mohit.quizzone # Root Package
.
├── ui # For all ui.
|
├── adapters # Adpaters
|
├── models # DataModels
|
└── utils # Utility Classes / Kotlin extensions
## Architecture
This app uses [***MVVM (Model View View-Model)***](https://developer.android.com/jetpack/docs/guide#recommended-app-arch) architecture.