Componentized Jetpack Kotlin MVVM project practice, involving Jetpack-related components, Kotlin-related technologies, coroutine Retrofit, Paging3 Room, etc. When running the main App, the sub-module belongs to the library, and when running independently, the sub-module belongs to the application. Then we only need to add a flag in gradle.properties in the root directory to distinguish the status of the module, such as singleModule = false. This flag can be used to indicate whether the current Module is an independent module. true means it is an independent module. Run alone, false means it is a library.
Features
- After compiling and running, multiple identical icons will appear on the desktop
- Documentation available
- Examples available
- The official purpose of this is to allow each module to manage its own Fragment stack independently
- RemoteKey and RemoteKeyDao are newly created to manage the number of pages in the list
- Licensed under the MIT License
Categories
LibrariesLicense
MIT LicenseFollow Component Jetpack Kotlin MVVM
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Component Jetpack Kotlin MVVM!