My custom navigation drawer is working properly but as mentioned in the solved answer but I am confused about this line of code Problem ! Press the back button
I'm going to inflate the recycler view in the home fragment using the Navigation component. There are two problems here. InflateException Issues Only one first
My toggle button doesn't work, when I press him I see like it is pressed but there is not action. I can open my drawer layout, it changes when swipe, but there
I set the drawer right-side, but the hamburger icon, in the screen header, stays default left side, Is there any property to pass through to change position to
I want to use the default Navigation Drawer Activity of Android Studio (v. 3.5). After creating this default activity (New Project --> Navigation Drawer Acti
ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the applicati
Please check screenshot 1 - Screenshot of Code 2 - Screenshot of Sidemenu
i'm trying to implement drawer navigation and bottom tab navigation. I used "@react-navigation/drawer": "^6.4.1", "@react-navigation/bottom-tabs": "^6.3.1", fo
I am trying to make a weather app where each location that the user adds, it will be shown in the Navigation Drawer. I would like to have multiple items in the
Navigation drawer item highlight color exceeds over the radius of the corners when I select (long press/ hold down) the item. <...NavigationView in activity
I am using the new Jetpack Android Navigation in combination with a Drawer Layout. Everything is working as expected when using the same IDs in the Drawer XML i
public DrawerProfile(Context context) { super(context); HeaderImageView = new ImageView(context); HeaderImageView.setVisibility(VISIBLE
I have looked at other posts to this problem and I can't seem to solve it, so I'm hoping that its just a case that I am missing something obvious. Here is my c
I'm pretty new in android development. I want to hide navigation drawer when user is not logged in. So basically, it will shown login fragment (better in full s
I have a nav drawer set up in my main activity. In one of my fragments I want to hide the hamburger icon and show the back arrow (achieved) ActionBar bar =
I am playing with the DrawerListener , and unfortunately the official documentation is not quite detailed, not to say there aren't any examples given. All I w