Navigation Menus
Learn to implement a bottom navigation bar to navigate across application destinations.
We'll cover the following
The navigation
component helps users navigate through different activities (GUIs) or fragments in an application through simple button clicks or through app bars like the BottomNavigationBar
or the NavigationDrawer
.
It simplifies the process of constructing and linking different destinations by removing boilerplate code because a developer will find it easier to use a graph
than the conventional method of using intents
.
Let’s create a navigation graph.
Get hands-on with 1400+ tech skills courses.