Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-navigation

popBackStack() is not working in android NavController

Attempt to invoke virtual method 'androidx.navigation.NavGraph androidx.navigation.NavDestination.getParent()' on a null object reference

How do I fix `Navigation action/destination cannot be found from the current destination Destination` error in my case?

How to avoid adding a fragment to the backstack if it already exists using Navigation Architecture Component?

can I send nullable data type as argument using safeargs ? if not what should I do?

enableEdgeToEdge - navigation system bar is not fully transparent

Resetting the NavGraph after activity recreates

Let DialogFragment in navigation not disappear on poping back stack

What is the difference between navGraphViewModels and activityViewModels?

how to back to the root fragment or top of hierarchy using Navigation Controller Component in Android?

how to change Action bar icon (hamburger icon) when using navigation drawer with navigation component

Navigation Component: How to clear back stack WHEN NAVIGATING FROM FRAGMENT TO ACTIVITY?

findNavController with a DI tool

How to go to the previous fragment by back button in action bar? (Kotlin)

How does SavedStateHandle provide navigation arguments?

Android Navigation - Removing Action Bar Back Button When Popping Back Stack

How to navigate between two activities using jetpack navigation library

Do not include fragment in backstack using Android Navigation Component

When retrieving passed arguments from a bundle, why does Android Studio warn and suggest using requireArguments() instead of arguments!!?