I have read looked through some code that implements tabs on the bottom of the app\'s page. And there is no deprecated method/class inside the code, and to me it is a very e
Google has introduced a new View called BottomNavigationView, a standard Bottom Navigation bar for android applications. As per guidelines you can add upto 5 (standard) items and pretty much simple as android's NavigationView.
Please do visit Component Guidelines, to know more about designing.