android-navigation-menu-expandable
android-navigation-menu-expandable copied to clipboard
Navigation drawer added in SecondActivity
It's better to make navigation drawer in another activity other than MainActivity. It will be easy for the user to use the code in their app because most of the time we need navigation drawer in other activities other than main activity.
For anyone thats looking to do this you start a new project using the Nav drawer template on Android studio & replace the code in the drawer activity with the code from this source's main activity (except for the name)