MVVM-Demo is a sample android app which show the usage of repository pattern. It implements Clean Architecture with latest android trends.
-
Coroutines with Flow
-
WorkManager - Yet to implement
-
App startup - Yet to implement
-
Data store - Yet to implement
Used api : The Star Wars API
- Use scoped storage: https://medium.com/better-programming/android-scoped-storage-demystified-3024a062ba24
- Activity result api