This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private const val ROUTER_STATES_KEY = "STATE" | |
/** | |
* This is the base implementation of a [Controller] which works hand in hand with the [BottomNavigationView]. | |
* | |
* It is designed to work like that: | |
* * [Textual explanation](https://i.imgur.com/EqqQyOY.png) | |
* * [Visual explanation](https://i.imgur.com/FDb6EGU.png) | |
* | |
* In other words. It should be behave exactly like the [iOS TabBar](http://apple.co/2y6XIrL) |