Top "Android-jetpack" questions

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, bind the views?

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-viewbinding
Remove up button from action bar when navigating using BottomNavigationView with Android Navigation UI library

I'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-jetpack
What is the Jetpack Compose equivalent of RecyclerView or ListView?

In 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-compose
Android MVVM ViewModel and Repositories for each entity?

With 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-jetpack
How to use android navigation without binding to UI in ViewModel (MVVM)?

I 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