Multiple NavGraphs with Compose Navigation

1 · Afzal Najam · Oct. 19, 2020, 12:10 p.m.
In part 1, I wrote about how to get started with the Jetpack Compose Navigation library. I discussed how to create a simple navigation graph and how to obtain information about the graph outside it. Now, let’s explore how we can use multiple navigation graphs in a Bottom Navigation-driven UI. Setup instructions BottomNavigation Implementation Back button doesn’t seem to work properly Dashboard’s backstack gets cleared on switching tabs It’s not surviving process death anymore! Multiple NavGrap...