- What is the purpose of navigation menu in your app?
- What are different types of navigation in UI design?
What is the purpose of navigation menu in your app?
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.
What are different types of navigation in UI design?
There are 3 types of embedded navigation systems that are commonly used, global navigation, local navigation, and contextual navigation.