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.

Android ripple background color

I am using a ripple effect on my navigation drawer. I have set it like this and applied it to …

android android-activity android-listview navigation-drawer rippledrawable
Android set navigation drawer list to open exact half of the screen for all device screen

I want to open the drawerlist to the half of the screen for all different device. i tried hard coded …

android screen navigation-drawer margins
Hide ActionBar MenuItems when Navigation Drawer slides for any amount

I'm trying to implement a Navigation Drawer that hides the menu items in the ActionBar whenever the drawer is opened. …

android actionbarsherlock navigation-drawer
Android: 2 or more ExpandableListView inside Navigation Drawer

How could I do something like this? Two expandable listview inside navigation drawer. I tryed to add it inside my …

android expandablelistview navigation-drawer
How to add an item to a menu group in NavigationView

In a word game for Android I currently have a hardcoded menu inflated from left_drawer_menu.xml and consisting …

android drawerlayout navigationview navigation-drawer
Navigation Drawer lag on Android

I'm having a problem with Navigation Drawer , it is too slow, the solution I'm looking for is to close the …

java android navigation-drawer fragmenttransaction
Navigation drawer and view pager in same activity

I am trying to implement both navigation drawer and view pager in same activity. Navigation drawer works fine but the …

android android-viewpager navigation-drawer drawerlayout
Hide navigation drawer when user presses back button

I've followed Google's official developer tutorials here to create a navigation drawer. At the moment, everything works fine, except for …

android navigation navigation-drawer
Optimizing drawer and activity launching speed

I'm using the Google DrawerLayout. When an item gets clicked, the drawer is smoothly closed and an Activity will be …

android navigation-drawer
Android on Drawer Closed Listener

I have an application using navigation drawer that provides list of locations. In the drawer, there are several options (like …

android listener navigation-drawer