architecture-components-samples
architecture-components-samples copied to clipboard
BottomNavigationView and DrawerLayout with navigation graph
i have used this source code for BottomNavigationView https://github.com/android/architecture-components-samples/tree/master/NavigationAdvancedSample
now i have drawerlayout too and i want to add/replace fragment with other navigation graph.
also i have different fragment for BottomNavigationView and Drawerlayout? how can i navigate ?