This application created for "Manage UI Navigation with Jetpack Navigation Component" presentation at DevFest Istanbul 2019. It will show you simple example about Jetpack Navigation Component.
Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app. Android Jetpack's Navigation component helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer. read more