Home

Awesome

BottomNavigationView Sample

A simple example of new Android component BottomNavigationView.

<table border="0"> <tr> <td> <img alt="bnv1" src="https://user-images.githubusercontent.com/1444991/27511865-24234944-58fd-11e7-89a7-cb5262b4d307.png"> </td> <td> <img alt="bnv2" src="https://user-images.githubusercontent.com/1444991/27511866-245b9f2e-58fd-11e7-83af-afe00acdf55c.png"> </td> </tr> </table>

Dependencies

implementation 'com.google.android.material:material:1.6.1'

Tutorial

alvarez.tech/android-implement-bottom-navigation-view

Versions

  1. Basic version one Activity: main branch (updated)
  2. Fragments version: fragments branch (updated)
  3. Video tutorial version: video branch (deprecated)
  4. Without animation version: remove-shift branch (deprecated)

Resources