Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-architecture-navigation

Navigation Component default backstack not working when called from a LiveData observer

Problem with Jetpack Compose Navigation and StateFlow

NavigationComponent with multiple flavors

how to remove the a composable from the back stack in Compose-Navigation

Resetting the NavGraph after activity recreates

Navigation Components and Headless Fragment

How to do one time fetch operations when Fragments are recreated with ViewModel

Remove Fragments from Backstack using Navigation Component

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

How do I disable back navigation and remove the back arrow on a Fragment, using Android Jetpack's Navigation component?

Detect pop in Navigation Component

How to persist navigating component destination after minimizing the app

Resources$NotFoundException with include-dynamic navigation graph

How to integrate AlertDialog with Navigation component in Jetpack Compose?

How to use navigateUp to close the application

java.lang.IllegalStateException ConstraintLayout does not have a NavController set for a fragment

JetpackCompose Navigation Nested Graphs cause "ViewModelStore should be set before setGraph call" exception

how to make custom back button to go back to certain destination using navigation controller in Android?

How to populate SavedStateHandle with navigation arguments in instrumentation test using Hilt and Jetpack Compose