I'm trying to implement Navigation with Jetpack's architecture components in my existing app. I have a single activity app where …
android android-fragments android-jetpack android-architecture-navigation android-jetpack-navigationI'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'm using the jetpack navigation component with a very simple set up, one activity (MainActivity) and 4 fragments MainFragment, CardPreviewFragment, createCardFragment, …
android android-fragments android-actionbar android-jetpack-navigationI'm trying to implement a multiple navigation controller with multiple back stack BottomNavigationView, as per the github examples. However, the …
android android-architecture-navigation android-jetpack-navigation