Navigation Component with Navigation Drawer
|In this tutorial you will learn the following.
- Navigation Component with navigation drawer.
- How to add custom navigation drawer fragment.
- How to listen to clicked navigation drawer menu item.
- Open new activity when navigation drawer menu item is clicked.
Steps to creating navigation component with navigation drawer.
- create new project => New => Project => Navigation Drawer Activity => Name => Finish.
- Add menu item ( custom which when clicked will open new fragment )
- Listen to menu item click.
- Add another menu item activity which when clicked will open new activity.
Check out the source code from my github account.
https://github.com/larntech/navigation-componet-drawer.git