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.

Touch anywhere to slide open menu for navigation drawer

For Sliding menu by jfeinstein10 (https://github.com/jfeinstein10/SlidingMenu), I can slide anywhere in the app to slide open …

android navigation-drawer
How to create a Navigation Drawer and Bottom Bar in the same app

I am creating an app, and I want to have a Navigation Drawer and a Bottom Bar in the app. …

android navigation-drawer bottombar
How to add title in Navigation drawer layout?

[UPDATE] I solve the problem by adding addHeaderView : protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_…

android android-layout android-menu navigation-drawer
Navigation drawer Items not registering click event

I am struggling to get the Navigation drawer items to register and start and intent for a new activity. The …

android android-listview onclick navigation-drawer
Navigation drawer - Disable click through on items behind the drawer

Is there any way to make sure that the navigation drawer stays on top of the content in the fragment? …

android android-fragments navigation-drawer click-through
Navigation Drawer Menu Item Title Color in Android

I have a problem changing the Menu Item Title Color in the Navigation Drawer I set the itemTextColor but it …

android colors navigation-drawer menuitem android-navigationview
Toggle Navigation Drawer 'open' on Button/ Image click

I've created a fragment that is hooked to an XML containing one image view. A navigation drawer (using actionbar compat) …

android android-fragments navigation-drawer android-actionbar-compat
How to reset the Toolbar position controlled by the CoordinatorLayout?

The app I'm working on consists of a Navigation Drawer which is implemented in an Activity. The activity layout is …

android navigation-drawer android-design-library androiddesignsupport
How to implement Expandable android navigation drawer with subitems?

How to implement android navigation drawer like this? TopLevelView1 ~ TopLevelView4 can select and no children TopVevelView5 can collaspe My question …

android expandablelistview navigation-drawer
Header for DrawerNavigation with react-navigation

I'm on ReactNative and i'm using native-base and react-navigation npm. I got this and my question is how I can …

javascript react-native navigation-drawer react-native-android react-native-ios