Top "Android-navigation" questions

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

Detect soft navigation bar availability in android device progmatically?

I am trying to determine soft navigation bar through the android program. I didn't find straight way to determine. Is …

android android-layout android-ui android-navigation
New navigation component from arch with nested navigation graph

I have one case and wish to implement it by arch navigation component. For example I have 2 Nav Graphs (main …

android android-architecture-components android-navigation android-jetpack
Safeargs library doesnt generate direction class

I use navigation library and safeargs for passing data. I define argument to fragment like that. <fragment android:id="@+…

kotlin android-navigation android-jetpack
Navigation drawer doesn't close

The navigation drawer in my app is not closing. I am using activities instead of fragments. When i click on …

android android-navigation
Action is unknown to this NavController

I'm providing data transfer between fragments in two different ways, first is working normal, while a safe data type cause …

java android android-architecture-components android-navigation android-jetpack
How to refresh list of the navigation drawer as soon as its open/closed in Android

I have created navigation drawer and displaying items in list. My list is static but i am displaying points. So …

android android-listview navigation-drawer android-navigation
Android Navigation Component back button not working

I'm using the Navigation Component in android where I have set 6 fragments initially. The problem is when I added a …

android android-fragments android-navigation
Tool bar setNavigationOnClickListener breaks ActionbarDrawerToggle functionality

I'm swapping out the action bar for the tool bar, and I nearly have every piece of the puzzle in …

android android-toolbar android-navigation
How to resume activity instead of restart when going "up" from action bar

I have two activities. Say Activity A and Activity B. From Activity A I click a button to launch Activity …

android android-actionbar android-navigation