In my app, I want to use screen navigation to load...
# compose
d
In my app, I want to use screen navigation to load a view and to update the navigation as I move up and down a hierarchy of elements. But I'm not sure how to represent them in the route. The route would be made up of two parts: the server reference and the current directory reference. What is a good example of setting up the NavHost and composables and tell them what is the server and directory portion?