Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-navigation

androidx.navigation library update to 2.2.2 version Release build issues

How to prevent BottomSheetDialogFragment from dismissing after a navigation to another fragment?

Animate fragment transitions with using Navigation drawer or Toolbar menu

Jetpack compose navigation with multiple optional argments

Android App template with Drawer + Toolbar + Fragments

Android Navigation Component Backstack on self call

Android custom transition from child to parent Activity

Having trouble understanding the navigation draw pre made code in android studio

Android - Clearing Navigation Backstack

Increase Size of Selected Bottom Navigation Item

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?