Jetpack Compose navigation simplified with Voyager for Android & Kotlin Multiplatform

Rik van Velzen
4 min readMay 10, 2024

How to implement a bottom bar with nested navigation graphs by example..

Implementing navigation in a bug-free, clean and easy to comprehend way can be a bit of a cumbersome or even daunting process if you have not fully delved into the matter before.
Recently I was faced with refactoring an app’s UI from Android’s old XML standard to fully using Jetpack Compose. With that consequently also came the desire to refactor the navigation from a Fragment-based Jetpack Navigation to Navigation…

--

--