Answer the question
In order to leave comments, you need to log in
Navigation drawer how to push settings section?
Navigation drawer how to push settings section?
and for the settings button in the navigation drawer to open the settings ?
Answer the question
In order to leave comments, you need to log in
If:
1. You use the standard DrawerNavigation from Google (support library)
2. You use the usual AppCompatActivity for settings
Then just tap on the menu item to start the Activity:
if (id == R.id.nav_settings)
{
startActivity(new Intent(this, ActivitySettings.class));
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question