https://kotlinlang.org logo
m

Manuel Lorenzo

05/20/2020, 11:14 AM
hey everybody! I’m trying to create a multimodule project and I’m using the navigation component. I have two feature modules and I want to be able to navigate between the two of them using a bottom navigation view. I’m following the example https://github.com/android/architecture-components-samples/tree/master/NavigationAdvancedSample/app/src/main/java/com/example/android/navigationadvancedsample but I see that having only two fragments, the first one is always on top of the screen and when navigating to the second, I see the first below the second