Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-navigation

Android Navigation Component - navigate from "anywhere"/base fragment?

Is there a way to get all the previous destinations before the current destination?

Jetpack Compose Navigation: PopUpTo Screen from Screens that have same route except argument

Can you pass NavHostController to a child Composable in order to allow access to the navController.navigate("Route")?

How to handle mutiple clicks on popBackStack() in jetpack compose

How to pass id and application to a viewModel/viewModelFactory in Jetpack Compose?

Is there a way to implement a dropdown menu within a topbar?

How to add a Listener and Receive a callback whenever the navigation transition has finished in Jetpack Compose (NavHostController)?

How to log navigation back stack in Jetpack Compose?

Paging 3 list auto refresh on navigation back in jetpack compose navigation

How to check current Jetpack Compose destination in a type-safe manner?

OnKeyEvent without focus in Jetpack Compose

Compose - NavHost recomposition multiple times

Jetpack compose BottomNavigation - java.lang.IllegalStateException: Already attached to lifecycleOwner

Jetpack Compose Sending Result Back with SavedStateHandle does not work with SavedStateHandle injected in ViewModel