i have this interface in my app
by choosing each item in bottomNavigation , the tab layout will change
my question is should i make a fragment for each of the bottom navigation items and then put the tab layouts inside that fragments ?
or make only one tab layout in activity and change the adapter of the tab layout in respond to selection of the bottom navigation items ?