- Learn how to add navigation drawer feature to your app.
- Change the layout from tabs in Exercise 6.2 to use navigation drawer.
- Create a new activity named
NavigationDrawerPostActivity
. - Create a navigation drawer that shows a list of topics so user can navigate easily:
- The navigation drawer will contain a header that shows the text
Reddit Post
- The
hamgurger
icon should be changed to back arrow icon if the drawer is opened. - Select one of the items inside navigation drawer will change the main content to show posts of the corresponding topic.
- Notice how a menu item is changed if it's selected.
- The navigation item icon can be downloaded from here:
- How to use
DrawerLayout
andNavigationView
: https://guides.codepath.com/android/Fragment-Navigation-Drawer