Top "Android-navigation" questions

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

Android Navigation Drawer implemented with Activities

I am developing my own Android Application and i came to a point where i have three different Activities say …

android android-fragments android-activity android-navigation
NavigationDrawer with Activities vs. NavigationDrawer with Fragments

Take for example the app I'm currently working on: - it has an navigationDrawer with multiple items; there are two …

android android-fragments navigation-drawer android-navigation
Android Navigation Component pop to transition issue

I have 2 actions Action1 <action android:id="@+id/actionBaseFragmentToAskForLocation" app:destination="@+id/introAskForLocationFragment" app:enterAnim="@anim/slide_in_right" …

android android-architecture-components android-navigation android-architecture-navigation
Pass data back to previous fragment using Android Navigation

I've started using Android Architecture Components (Navigation and Safe Args, View Models) along with Koin library. Currently, I've got a …

android android-jetpack android-navigation android-architecture-navigation koin
ViewPager PagerObserver was not registered

My application closes when i turn off my screen and turn it back on. Logcat tells me that the cause …

android android-fragments android-viewpager android-pageradapter android-navigation
How do I set the parent activity of an activity at runtime?

I have an arbitrary number of hierarchically nested views/activities. The action bar should show the Up navigation button to …

android android-activity android-actionbar android-navigation up-navigation
Remove up button from action bar when navigating using BottomNavigationView with Android Navigation UI library

I've created a small app that has three fragments for top-level navigation through a BottomNavigationView. If you launch the app …

android-support-library android-navigation android-jetpack