Designing Effective Navigation: Consistent navigation is an essential component of the overall user experience.
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-jetpackI need to display custom AlertDialog, but only when there are no more fragments after calling NavController.navigateUp(). My current …
android kotlin android-alertdialog android-navigation onbackpressedI have an activity which has a NavHostFragment. The activity receives certain values in its intent. I want to pass …
java android android-architecture-components android-navigation android-architecture-navigationI am developing an app which is more of a time-shift racing between your friends. I need to calculate speed …
android geolocation gps android-location android-navigationI'm using Android Navigation Component with bottom navigation, lint gives a warning about replacing the <fragment> tag with …
android android-fragments android-navigationI have implemented Navigation Drawer by Referring this tutorial and now what I want to do is to display swiping …
android android-fragments android-tabs android-navigation android-slidingI 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-navigationI've got the following Activity, which is the single one in my app: MainActivity.java: public class MainActivity extends AppCompatActivity { @…
android android-architecture-components android-navigation android-jetpack android-architecture-navigationI am developing an application that I want to learn about the count of gps satellites. I am using the "…
android gps android-navigation android-gps satellite-navigationI have main navigation: SplashFragment -> RegistrationFragment -> RootFragment <fragment android:id="@+id/splashFragment" android:name="com.…
android android-jetpack android-navigation android-architecture-navigation