I'm having some trouble thinking of how I should d...
# compose
z
I'm having some trouble thinking of how I should design the navigation in my app I've got several screens: Home, Feed, Library, Search, Channel, Playlist, Settings (with subscreens for categorization) and Player The home, feed and library screens are the first thing to show when the app is loaded, and can be navigated between using the bottom bar. The other screens are ones that are opened by other methods Any idea how I could structure this in my navhost?
s
p
I really enjoyed the Droidcon NY talk “Model-driven navigation with Jetpack Compose” to challenge my thinking about navigation in general. https://www.droidcon.com/2022/09/29/model-driven-navigation-with-jetpack-compose-from-zero-to-hero/