java - Navigation drawer use at another activity only, not in main activity -
i have project containing different activities like: main activity, signup activity, login activity , track activity. want create activity contain navigation drawer. , point "i don't want use navigation drawer @ other activity".
all example far found @ searching @ net provide example using main activity. don't want use navigation bar @ main activity.
if using android studio, follow these steps,
1. right click on app. 2. new -> activity -> navigationdraweractivity
this way new activity have navigation drawer.
Comments
Post a Comment