Android Jetpack is a Google's set of libraries, tools and architectural guidance to build Android apps and provides common infrastructure code.
I am using the new Navigation component from Android Jetpack. The root Activity setup is quite simple: override fun onCreate(…
android android-jetpack android-architecture-navigationI'm trying to use the new Android P FloatingActionButton that's part of the com.google.android.material.floatingactionbutton.FloatingActionButton and …
android kotlin android-9.0-pie android-jetpackI am using Navigation from Android Jetpack to navigate between screens. Now I want to set startDestination dynamically. I have …
android android-jetpack android-architecture-navigationI have one case and wish to implement it by arch navigation component. For example I have 2 Nav Graphs (main …
android android-architecture-components android-navigation android-jetpackI use navigation library and safeargs for passing data. I define argument to fragment like that. <fragment android:id="@+…
kotlin android-navigation android-jetpackLet's say that we have two fragments: MainFragment and SelectionFragment. The second one is build for selecting some object, e.…
android android-architecture-components android-jetpack android-architecture-navigationI'm providing data transfer between fragments in two different ways, first is working normal, while a safe data type cause …
java android android-architecture-components android-navigation android-jetpackI want to initialize ViewModel in Activity using androidx library I have tried what documentation says but it is not …
android kotlin viewmodel android-jetpack kotlin-android-extensionsi have seen this question. Similar error.But in my case it is different. While working with Room i was …
android kotlin android-room android-architecture-components android-jetpackI'm trying to implement Navigation with Jetpack's architecture components in my existing app. I have a single activity app where …
android android-fragments android-jetpack android-architecture-navigation android-jetpack-navigation