Restore state of previous composable when navigating back
I’m having some issues with state and navigation in Compose.
TypeSafe navigation in Jetpack Compose: Issue with serialization
I’m trying to use TypeSafe navigation arguments for my app, but i have issue with serialization.
TypeSafe navigation in Jetpack Compose: Issue with serialization
I’m trying to use TypeSafe navigation arguments for my app, but i have issue with serialization.
Is it possible to replace the start destination in Jetpack Compose Navigation without losing the backstack?
I have a NavGraph setup so you can change the start destination while being on another screen entirely (e.g. A is the start destination – I navigate to C and change the start destination to B) – however, this causes the NavGraph to recompose and I end up on the start destination rather than remain on the screen I’m on currently (C in the example).
How do I handle navigation animation in jetpack compose?
I want to create sliding left or right animation when clicking on a page in my bottom navigation.
However, how do I set it so that if user is moving from right to left, the content should feel like its being swiped to the right.