Top "Navigation-drawer" questions

Navigation Drawer in a mobile application is the side panel which slides out from the edge of the screen and displays the navigation menu of the application.

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
How do I use DrawerLayout to display over the ActionBar/Toolbar and under the status bar?

I've seen in the new material design Side Nav spec that you can display the drawer over the action bar …

android navigation-drawer android-appcompat
Navigation drawer: How do I set the selected item at startup?

My code works perfectly: every time an item in Navigation Drawer is clicked the item is selected. Of course I …

android navigation-drawer
How to set custom ActionBar color / style?

I am using Android Navigation bar in my project, I want to change the top color in action bar to …

android colors background android-actionbar navigation-drawer
How to create a custom navigation drawer in android

Hi I'm trying to create a navigation drawer similar to gmail app navigation drawer. I follow the developer site but …

android android-listview navigation-drawer
How to set Navigation Drawer to be opened from right to left

First of all I know this question appeared here before but after trying a lot I still didn't succeed. I …

android navigation-drawer right-to-left
Navigation Drawer (Google+ vs. YouTube)

Does anyone know how to implement a sliding menu like some of the top apps of today? Other Stack Overflow …

android android-layout user-interface navigation-drawer
Cannot catch toolbar home button click event

I've implemented the newest appcompat library and using the Toolbar as action bar. But the problem is I cannot catch …

android navigation-drawer android-toolbar
Manage toolbar's navigation and back button from fragment in android

All of my fragments are controlled through ActionBarActivity (mainActivity), inside mainActivity a DrawerLayout is implemented and all the child fragments …

android android-actionbar navigation-drawer android-fragmentactivity android-toolbar
Navigation Drawer to switch activities instead of fragments

Is it possible to use a navigation drawer in android but instead of updating fragments, i would like to switch …

android navigation-drawer