Android Studio – Visual navigation graph representation in Jetpack Compose?
Jetpack navigation component has a nice visual representation of nav_graph.xml file between fragments, however if we use navigation component for Jetpack Compose there is no support nav_graph.xml for composable functions. Then the question is how visually to see the navigation…