Hey, all. Not sure if this is the right spot (please redirect me if not). I'm looking for advice on how to approach a task:
In my project, we want to have three primary views (server directory, downloaded content, settings) and be able to move between the three of them independently; i.e., if I'm in the server directory view at a certain level, then go to the content view and then back to the server directory view, have the latter be at the same place as before.
Additionally, when inside of any view, we'd like to have the back navigation button only navigate within that view; i.e, if I'm in a child directory, and I go to the content view and then back to the server directory view, and then click the back button, I'd want it to go to the parent directory and not to the content view.
Is that possible? Would one use separate NavHosts in the different child views?
TIA!