Navigation

Bottom navigation bar examples

Bottom navigation bar examples
  1. What is bottom navigation bar?
  2. Where is the bottom navigation bar?
  3. Can I add more than 5 menu items in bottom navigation view?

What is bottom navigation bar?

Bottom navigation bars make it easy for users to explore and switch between top-level views in a single tap. They should be used when an application has three to five top-level destinations.

Where is the bottom navigation bar?

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.

Can I add more than 5 menu items in bottom navigation view?

According to Google's Material Design specification, BottomNavigationView does not support more than 5 items.

What is the best way to collect the relevant fields for a UI screen?
What are the 3 most important steps in the process to achieving the best UI user experience?What are fields in UI? What are the 3 most important ste...
Deselectable radio button or limited checkbox in search filters
In which situation should you use a radio button or checkbox?Why would you choose a radio button instead of a checkbox?Which is better radio buttons ...
Ways to improve progress/status bar?
Why are progress bars good?Are progress bars effective?How many types of progress bar are there? Why are progress bars good?Progress bars have a sin...