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
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Component Jetpack Kotlin MVVM!