Android Jetpack is a Google's set of libraries, tools and architectural guidance to build Android apps and provides common infrastructure code.
How to do latest jetpack "View binding" in adapter, for automatically binding the views. I am not using the findVeiwById …
android kotlin android-jetpack android-viewbindingI've created a small app that has three fragments for top-level navigation through a BottomNavigationView. If you launch the app …
android-support-library android-navigation android-jetpackIn Jetpack Compose, how can I display a large list of data while laying out only the visible items, instead …
android kotlin androidx android-jetpack android-jetpack-composeWith the Android Architecture components and the MVVM pattern I have some question. Based on most examples around the web …
android mvvm android-architecture-components android-jetpackI am using android navigation that was presented at Google I/O 2018 and it seems like I can use it …
android mvvm kotlin android-navigation android-jetpack