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?