Android Jetpack Compose Navigation Example
This post is about how to navigate between different composable using the Navigation component with Jetpack compose. 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 …