Top "Android-navigation" questions

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

How to change the status bar color in Android?

First of all it's not a duplicate as in How to change the background color of android status bar How …

android android-navigation android-statusbar
Action bar navigation modes are deprecated in Android L

Taking a look at the API diff report for the Android "L" preview, I see that all methods related to …

android android-actionbar android-navigation android-5.0-lollipop
Navigation Drawer item background colour for selected item

I used Android Studio to implement the Navigation Drawer and I can't get the blue colour that is used to …

android android-listview android-navigation
Change Icon Of Navigation Drawer

I am having trouble with changing my navigation drawer icon to a custom one. I've currently had to implement the …

android android-actionbar android-drawable android-navigation android-actionbaractivity
Android Navigation Architecture Component - Get current visible fragment

Before trying the Navigation component I used to manually do fragment transactions and used the fragment tag in order to …

android android-navigation android-jetpack
How to detect if navigation drawer is open?

The title explains it all. All what I want to do is to know if the navigation drawer is open …

android android-navigation
Appcompatv7 - v21 Navigation drawer not showing hamburger icon

I am implementing the lollipop style navigation drawer with latest appcompat support library but the problem is the hamburger icon …

android android-layout android-support-library android-navigation
IllegalArgumentException: navigation destination xxx is unknown to this NavController

I am having issue with the new Android Navigation Architecture component when I try to navigate from one Fragment to …

java android kotlin android-navigation android-architecture-navigation
Recycler View Not Showing

I have been making an app that uses a recycler view in a navigation drawer how the contents of the …

android android-fragments android-navigation
Setting launchMode="singleTask" vs setting activity launchMode="singleTop"

I have an app that is very hierarchical (activities are similar to League > Team > Position > Player) and …

android android-activity android-manifest android-navigation