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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Component Jetpack Kotlin MVVM!