Is there a way to simulate a bottom bar on Android as in iOS?
When I'm inside a tab, if I need an intent to another activity, I want to maintain the bottom bar visible and make a smooth transition, keeping the bottom bar aways visible. Maybe it is possible to accomplish that using CoordinatorLayout
?
Thank you.