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.

Implementing proper back navigation and home button handling using Toolbar in Android

I am using a single activity and multiple fragments(screenshot attached) within the same activity to provide a seamless navigation. …

android android-fragments navigation-drawer android-navigationview
Android Navigation Drawer Fragment State

I'm currently utilizing the Navigation Drawer for my Android APP. In my first fragment, I've a fragment that loads data …

android android-fragments android-fragmentactivity navigation-drawer
How to hide OptionsMenu on NavigationDrawer using Fragments?

I am creating android application and I'm trying to respect as much as possible the latest Android usability standards. In …

android android-fragments navigation-drawer android-optionsmenu
Switch in Navigation drawer item with Design Support Library on Android

I need to put Switch inside item in navigation drawer. I'm using new design support library, but I cannot find …

android navigation-drawer android-support-library android-design-library androiddesignsupport
DrawerLayout on top of Actionbar

When using the drawer layout is there a way to overlay the drawer view over the action bar? I do …

java android android-actionbar navigation-drawer drawerlayout
Toggle Button in Navigation Drawer

I am trying to implement a toggle button into the Navigation Drawer Project, that Android Studio can automatically generate. In …

android material-design navigation-drawer togglebutton
How to implement a DrawerLayout with a visible handle

I have successfully implemented a NavigationDrawer for my application. My app displays a drawer that opens on the left of …

android android-layout navigation-drawer drawerlayout
How to create submenu in the vuetify main drawer/navigation

I'm new to vuetify js. I've started to use it and need your help to accomplish the submenu in the …

navigation vuejs2 navigation-drawer submenu vuetify.js
Navigation drawer below Actionbar

Right now I just started a project in Android Studio with the NavigationBar as preconfigured in the template. Apparently it …

android android-fragments navigation-drawer android-4.4-kitkat
Navigation Component, Control when to show hamburger or back icon

I have the following Activity class MainActivity : AppCompatActivity() { private lateinit var drawerLayout: androidx.drawerlayout.widget.DrawerLayout override fun onCreate(savedInstanceState: …

android kotlin navigation-drawer android-jetpack android-architecture-navigation