Top "Drawer" questions

Same Navigation Drawer in different Activities

I made a working navigation drawer like it's shown in the tutorial on the developer.android.com website. But now, …

android android-activity navigation navigation-drawer drawer
disable the swipe gesture that opens the navigation drawer in android

I've been following the navigation drawer guide by Google and I'd like to add it to an Activity with tabs …

android tabs navigation gesture drawer
Android Navigation Drawer on top ActionBar

I'm trying to make the navigation drawer over the action bar when it was slide to the right like this …

android navigation android-actionbar drawer
How to set onclick listener for a button in a fragment in android

My app contains a form as shown in the following image: When I click on menu options button, the drawer …

android android-fragments onclick drawer
How to get view from drawer header layout with binding in activity?

So this is my activity_main.xml: <?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="http://schemas.android.…

android android-activity view binding drawer
Change Flutter Drawer Background Color

How can I change the background color of a flutter nav drawer? There doesn't seem to be a color or …

navigation-drawer flutter drawer
Android: Navigation Drawer SubMenu: How to Collapsible navigation items

I have a Navigation Drawer with 10 options Option #5 shoudl have another 7 options (like a sub menu) of some sort that …

android navigation drawer
Android: Import DrawerLayout cannot be resolved

I'm trying to import the classes required to use the new "Navigation Drawer" from Android http://developer.android.com/design/…

java android layout navigation drawer
Add (open/close) button to activity for (opening/closing) the navigation drawer

I am currently learning about the Navigation Drawer from the android site, and I am using their example http://developer.…

android button android-activity drawer
Animate drawer icon into arrow on setDisplayHomeAsUpEnabled?

I'm using setDisplayHomeAsUpEnabled in order to show the arrow instead of the drawer "burger" icon but it's not getting animated …

android animation toggle drawer