BottomNavigator icon indicating copy to clipboard operation
BottomNavigator copied to clipboard

Android Bottom Navigation multiple stack manager

Results 5 BottomNavigator issues
Sort by recently updated
recently updated
newest added

Hello! I've added the ability of properly using a `BottomNavigator` inside a `Fragment` instead of an `Activity`. It implies to execute transactions with the `Fragment`'s child `FragmentManager`, tie the execution...

Hello! Our application is a single activity, and so each screen is a fragment. We currently have a splash screen fragment `S` which, when completed, tells the hosting activity to...

Save BottomNavigator state in saveInstanceState.

enhancement

Extract an interface out of StackOfStacks to be able to implement alternative data structures that implement other backstack popping strategies. For example going back through history of each individual tab...

enhancement