Top "Android-navigation" questions

Designing Effective Navigation: Consistent navigation is an essential component of the overall user experience.

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
In Android Navigation Architecture, how can I check if current Fragment is the last one?

I 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 onbackpressed
Calculating Speed for a navigation app without getSpeed() method

I 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-navigation
FragmentContainerView using findNavController

I'm using Android Navigation Component with bottom navigation, lint gives a warning about replacing the <fragment> tag with …

android android-fragments android-navigation
Swapable tabs in Slider Menu fragment

I 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-sliding
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
Pass data from single activity to start destination fragment using Architecture Component Navigation

I'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-navigation
GnssStatus.CallBack onSatelliteStatusChanged() not working

I 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-navigation
How to navigate from nested Fragment to parent fragment using Jetpack Navigation?

I have main navigation: SplashFragment -> RegistrationFragment -> RootFragment <fragment android:id="@+id/splashFragment" android:name="com.…

android android-jetpack android-navigation android-architecture-navigation