|
5 | 5 | [](https://android-arsenal.com/api?level=21)
|
6 | 6 |
|
7 | 7 |
|
8 | | -Sample project that build with MVVM clean architure and various coolest tech stack including RxJava3 and Coroutines Flow |
| 8 | +Sample project that build with MVVM clean architure and various cool tech stack including RxJava3 and Coroutines Flow, Dynamic Feature modules as base of BottomNavigationView or ViewPager2, with both OfflineFirst and OfflineLast approaches as database Single Source of Truth |
9 | 9 |
|
| 10 | +| Posts with Stautus | RxJava3 | Flow | Dashboard |
| 11 | +| ------------------|-------------| -----|--------------| |
| 12 | +| <img src="./screenshots/post_with_status.png"/> | <img src="./screenshots/post_flow.png"/> | <img src="./screenshots/post_rxjava3.png"/> |<img src="./screenshots/dashboard.png"/> | |
| 13 | + |
| 14 | + |
| 15 | +### Overview |
10 | 16 | * Gradle Kotlin DSL is used for setting up gradle files with ```buildSrc``` folder and extensions.
|
11 | 17 | * KtLint, Detekt, and Git Hooks is used for checking, and formatting code and validating code before commits.
|
12 | 18 | * Dagger Hilt, Dynamic Feature Modules with Navigation Components, ViewModel, Retrofit, Room, RxJava, Coroutines libraries adn dependencies are set up.
|
13 | 19 | * ```features``` and ```libraries``` folders are used to include android libraries and dynamic feature modules
|
14 | 20 | * In core module dagger hilt dependencies and ```@EntryPoint``` is created
|
| 21 | +* Data module uses Retrofit and Room to provide Local and Remote data sources |
| 22 | +* Repository provides offline and remote fetch function with mapping and local save, delete and fetch functions |
15 | 23 |
|
0 commit comments