Top "Android-navigation" questions

Designing Effective Navigation: Consistent navigation is an essential component of the overall user experience.

Block/disable recent apps button

I know that this question was asked before here Android Disable Recent Task Button like in SureLock, but since the …

android android-navigation
How to change start destination of a navigation graph programmatically [Jetpack]

Basically, I have the following navigation graph: I want to change my starting point in navigation graph to fragment 2 right …

android android-jetpack android-navigation android-architecture-navigation
Android : Return to previous fragment on back press

I have implemented Navigation Drawer which is a subclass of Activity. I have many fragments in my application. My question …

android android-fragments back-stack android-navigation
How do I add navigation drawer to my existing code?

I have an app in which I have a navigation panel with menu buttons on which I want to apply …

android android-layout android-activity android-navigation
Make navigation drawer draw behind status bar

I'm trying to create a Nav Drawer like the one from the Material spec (like the one from the new …

android android-layout android-navigation
How to implement android Toolbar Back button

I am using a custom toolbar. I need to add back button to it. Now I am using this code …

android android-toolbar android-navigation
Must I specify the parent activity name in the Android Manifest?

I have an activity that starts another activity. Is it mandatory that I specify the parent activity in the Android …

android android-activity android-manifest android-navigation
Navigation Drawer without Actionbar

I searched many sites (stackoverflow as well) but couldn't understand how to implement the navigation drawer without the action bar. …

android android-navigation
How to highlight the item when pressed using BottomNavigationView between activities?

I have added Bottom Navigation View for my app but I need the Bottom Navigation View between activities instead of …

java android bottomnavigationview android-navigation android-bottomnav