I am using a left hand drawer for my App, and am using a v7.widget toolbar which holds the "hamburger" menu icon.
I am also using a BottomNavigationBar and am switching fragments in the display area beneath the toolbar depending on which tab is selected.
This is all working fine, however within one of the tabs I need to "navigate" from one fragment to another and allow navigation back to the first.
This can obviously be done by switching fragments, but what I need to be able to do is
Can anyone offer any suggestions on how to achieve these three steps ?, in particular reinstating the hamburger icon.
Thanks