Android Jetpack is a Google's set of libraries, tools and architectural guidance to build Android apps and provides common infrastructure code.
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-jetpackInside 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-navigationNow 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-viewI 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-jetpackIn 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-lifecycleI 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-jetpackI want to schedule a notification everytime the user add a note in the database for a specific time. While …
android android-jetpack android-workmanagerI'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-navigationI 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-navigationWe 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