Relative Content

Tag Archive for androidandroid-jetpack-composedagger-hiltandroid-jetpack-navigation

How to navigate to different destinations for responsive UIs with Jetpack Compose Navigation?

I’d like to display a full screen content for compact screens and show the same content as a dialog for larger screens sizes.
In addition to that I would like to have a ViewModel that is scoped to that specific destination so it can be cleared whenever user leaves that destination.
What is the recommended way of navigation to different screen representation with Jetpack Compose Navigation?