Designing Effective Navigation: Consistent navigation is an essential component of the overall user experience.
I've started working with the new navigation component and I'm really digging it! I do have one issue though - …
android-architecture-components android-architecture-navigation android-navigation android-jetpack-navigationI 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-navigationI'm trying to start a navigation activity with an intent from my app. I want it to start navigation from …
android android-intent android-navigationI need your advice. In Google+ App for Android, there are two elements, that I don't know how to put …
android android-actionbar android-navigationFor 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-navigationI 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-navigationIssue 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-livedataI am trying to use android-navigation lib in my APP and I do the things as the tutorial said. I …
android android-navigationThe 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-jetpackInside 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