Library to implement the Bottom Navigation component from Material Design guidelines (minSdkVersion=14). Bottom navigation bars display three to five destinations at the bottom of a screen. Each destination is represented by an icon and an optional text label. When a bottom navigation icon is tapped, the user is taken to the top-level navigation destination associated with that icon. The bottom navigation bar is easy to reach on a handheld mobile device. When used, the bottom navigation bar appears at the bottom of every screen. Bottom navigation bar destinations should be of equal importance. Combining bottom navigation and tabs may cause confusion, as their relationship to the content may be unclear. Tabs share a common subject, whereas bottom navigation destinations are top-level and disconnected from each other.
Features
- Follow the bottom navigation guidelines
- Add 3 to 5 items (with title, icon & color)
- Choose your style, classic or colored navigation
- Add a OnTabSelectedListener to detect tab selection
- Support icon font color with "setForceTint(true)"
- Manage notififcations for each item
- Enable/disable tab state