Relative Content

Tag Archive for androidandroid-fragmentsnavigationandroid-jetpack-navigation

Android navigation graph removes on back press to much from stack

I start to use the Navigation Components library and created a graph to navigation between different fragments. My basic setup is a BottomNavigationView with two Fragments (A and B). Fragment B can go deeper inside graph to Fragment C and Fragment C goes to Fragment D. Everythings works at this point and the back stack goes from D -> C -> B.