šBeginnerās Guide to Bottom Navigation with Android Jetpack ā Part 2
Part 2 of step-by-step guide for beginners on how to create Bottom Navigation using Android Jetpack Navigation
--
This is the second part in a series of the articles about the beginnerās guide to using Bottom Navigation View with Android Jetpack Navigation Components. Originally published at https://wajahatkarim.com.
In previous part, we learned some basic concepts about Jetpack Navigation. We then learned on how to integrate navigation components in your android apps and set it up with the bottom navigation. We learned to implement the following two cases in our simple Bottom Navigation Demo application.
- š Simple Bottom Navigation with Jetpack Navigation
- šØ Adjusting AppBar/Toolbar for Top Level Destinations
You can read the part 1 of this series here.
In this part 2, we are going to cover the following cases of Bottom Navigation with Navigation components:
- āļø Adding Menu Options in Some Screens
- š Creating Detail Screens for Some Screens
- š Quitting app on Double Back-Press Tap
Hereās the demo GIF of the final app created in this part of the series and its code is available on Github here.
š» Letās Get Started
Letās start from the code after the first part. You can get it from the basic-bottom-nav-toolbar
branch of the BottomNavArchDemo repository on the following link.