Hi i am having a real problem trying to get to grips with nested navigation in jetpack compose can s...
t
Hi i am having a real problem trying to get to grips with nested navigation in jetpack compose can someone please point me at a simple best practice example? my current app employs a bacdrop to expose the highlevel navigation destinations/routes each of these highlevel destinations display a list of items and when the user selects a list item i wish to navigate to a detail screen which is at "The Next Level" down, each detail screen must have a simple (empty) toolbar with just the Up arrow showing, e.g. the backdrop should not be available at this lower (detail) level please someone put me out of my misery 😬 😄