Jetpack Compose Navigation navigate build backstack when navigating
I have the following nested graph:
Jetpack Compose Navigation navigate build backstack when navigating
I have the following nested graph:
How to check current Jetpack Compose destination in a type-safe manner?
Since version 2.8.0 of the library androidx.navigation:navigation-compose
we have a new type-safe navigation API available. I am trying to use it in my app but I have this problem.
Jetpack Compose navigation, nested graphs
I’m new in Jetpack Compose. I have problem with navigation. My main screen look like this: