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.

Is it possible to send arguments other than string or integer in android's new navigation component

The new navigation component is great! however I would like to send "Long" variables between my fragments. writing this in …

android kotlin android-architecture-components android-navigation android-jetpack
Navigation component pop behavior is not working as it should

Inside an app I'm building I have used the single activity architecture and decided to use Google's new Navigation component …

android android-navigation android-jetpack android-architecture-navigation
Android Architecture navigation Component with Bottom Navigation?

Now I am wondering which is the most proper way of implementation when want to combine BottomNavigation with the new …

android android-architecture-components android-jetpack android-bottomnav android-bottom-nav-view
Navigation graph with multiple top level destinations

I am implementing an android app (in Kotlin, but that is not relevant to the Problem) in my free time …

android navigation-drawer android-navigation android-jetpack
Forcing Paging Library DataSource refresh

In my ViewModel, I load data using private val pagingConfig = PagedList.Config.Builder() .setEnablePlaceholders(false) .setInitialLoadSizeHint(INITIAL_LOAD_SIZE_HINT) .…

android-architecture-components android-jetpack android-livedata android-paging android-architecture-lifecycle
Android Unresolved reference: findNavController error

I am using Kotlin and have all references added in my project. // Navigation implementation "android.arch.navigation:navigation-common-ktx:$rootProject.nav_…

android kotlin navigationcontroller android-jetpack
How to schedule notifications using WorkManager?

I want to schedule a notification everytime the user add a note in the database for a specific time. While …

android android-jetpack android-workmanager
How do I link multiple activities in android navigation editor?

I'm learning android development and the navigation component, trying to link multiple activities as the document had written. But it …

android android-jetpack android-architecture-navigation
how to setup different toolbar using navigation controller component?

I am actually not sure, how the correct way or the best practice to set different toolbar using navigation controller …

android android-architecture-components android-jetpack android-navigation android-architecture-navigation
Unique OneTimeWorkRequest in Workmanager

We are using OneTimeWorkRequest to start background task in our project. At application start, we are starting the OneTimeWorkRequest (say …

android android-architecture-components android-jetpack android-workmanager