Jetpack's Architecture Components make it easy to implement in-app navigation by providing a set of Navigation components that handle most of the details for you.
Jetpack's Architecture Components make it easy to implement in-app navigation by providing a set of Navigation components that handle most of the details for you.
With Navigation, you create a navigation graph, which is an XML resource that represents the individual destination nodes within your app along with the actions that connect the nodes.
For More : Implement navigation with the Navigation components