I just published an article, 'Compose Navigation Graph: Visualize Your Entire App Flow in Android Studio'.
You'll explore the usage of Compose Navigation Graph, generating graphs/previews, wiring with other nav libraries, and the future of this plugin.
doveletter.dev/articles/com...
Jetpack Compose navigation is imperative code. A is declared in one file, an lambda wires it to a composable in another, and the actual transitions are...