Top "Android-navigation" questions

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

Jetpack navigation: Title and back/up arrow in the action bar?

I have installed the latest canary version of Android Studio, and followed this (https://developer.android.com/topic/libraries/architecture/…

android android-navigation android-jetpack android-architecture-navigation
Navigation intent that would work with maps and waze

I'm trying to start a navigation activity with an intent from my app. I want it to start navigation from …

android android-intent android-navigation
How to combine Navigation Drawer and Spinner [like in Google+ App]

I need your advice. In Google+ App for Android, there are two elements, that I don't know how to put …

android android-actionbar android-navigation
Android Jetpack Navigation with ViewPager and TabLayout

For a new app i use Jetpack Navigation Library to implement proper back navigation. The first level of navigation is …

android android-architecture-components android-navigation android-jetpack android-architecture-navigation
Android Navigation view: Scroll the menu items only issue

I want to scroll only the menu items of the navigation view but it also scroll the header with it. …

android android-layout android-studio slidingdrawer android-navigation
Multiple LiveData Observers After Popping Fragment

Issue Summary: Multiple LiveData Observers are being triggered in a Fragment after navigating to a new Fragment, popping the new …

android android-fragments kotlin android-navigation android-livedata
how to hide BottomNavigationView on android-navigation lib

I am trying to use android-navigation lib in my APP and I do the things as the tutorial said. I …

android android-navigation
Is it possible to send arguments other than string or integer in android's new navigation component

The new navigation component is great! however I would like to send "Long" variables between my fragments. writing this in …

android kotlin android-architecture-components android-navigation android-jetpack
Navigation component pop behavior is not working as it should

Inside an app I'm building I have used the single activity architecture and decided to use Google's new Navigation component …

android android-navigation android-jetpack android-architecture-navigation