Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gturedi/jetpack-compose-with-mvvm-sample
android android project using jetpack compose with mvvm
https://github.com/gturedi/jetpack-compose-with-mvvm-sample
android-architecture architecture-components jetpack-compose jetpack-navigation kotlin-coroutines mvvm-android
Last synced: 15 days ago
JSON representation
android android project using jetpack compose with mvvm
- Host: GitHub
- URL: https://github.com/gturedi/jetpack-compose-with-mvvm-sample
- Owner: gturedi
- Created: 2023-04-27T08:49:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T14:49:55.000Z (almost 2 years ago)
- Last Synced: 2024-12-01T03:14:09.171Z (2 months ago)
- Topics: android-architecture, architecture-components, jetpack-compose, jetpack-navigation, kotlin-coroutines, mvvm-android
- Language: Kotlin
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jetpack-compose-with-mvvm-sample
yet another basic android project using jetpack compose with mvvm#### improvements:
- using UseCase pattern
- caching data in repository layer
- adding DTOs of reponse models