How to implement Navigation Drawer with Bottom Navigation in the same application

Asked

Viewed 197 times

1

In a app that has NavigationDrawer with Bottom Navigation, what would be the recommended path for implementation? I searched for tutorials and did not even find in the official documentation. I created an application based on the model NavigationDrawer from Android Studio and then added Bottombar. I’m wondering if the BottomNavigationView should be added to content_main.xml, in activity_main.xml or in the app_bar_main.xml. Is there any difference in performance between the three options?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.