BottomNavigator
BottomNavigator copied to clipboard
Android Bottom Navigation multiple stack manager
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...
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...