- What are the rules of bottom navigation design?
- What are the tab navigation best practices?
- What is the advantage of bottom navigation bar?
What are the rules of bottom navigation design?
Each bottom navigation icon must lead to a target destination, and should not open menus or other pop-ups. Tapping on a bottom navigation icon should guide a user directly to the associated view, or refreshes the currently active view.
What are the tab navigation best practices?
Avoid using more than two words as the tab title. Do not truncate the label to fit it in the available space. Either use a short label or adjust the size of the tab bar in the parent area. If you are using icons as labels, be careful to use icons that are easily understood.
What is the advantage of bottom navigation bar?
Importance. The bottom navigation bar aligns with the “thumb rule of design”. It acts on the principle, that most app users scroll and navigate apps using their thumbs. Hence, the primary and significant screens and pages within an app should be easily accessible by a user's thumb.