(Deprecated) A custom view component that mimics the new Material Design Bottom Navigation pattern.
This Library helps users to use Bottom Navigation Bar (A new pattern from google) with ease and allows ton of customizations
A lightweight Android material bottom navigation bar library
A lightweight Android material bottom navigation bar library
Create curve bottom navigation using this library
This library allows you to show bottom navigation quickly, simply and animated.
How modify the Android Design Support Library: Bottom Navigation View
Android material design specific Bottom Navigation Bar library
A beautiful Animated Bottom Bar Examples in Java using Library.
Bottom Navigation bar by using a third-party library in Android. Read my tutorial post at:
Android ui library to add a bottom navigation bar coded entirely in kotlin
Android app to implement bottom navigation bar using ChipNavigationBar library
This sample Android app demonstrates how the animation in the BottomNavigationView from the Design Support Library doesn't work properly if you programatically select the page.
Its been a while since Google introduced Material Design, but recently with Design Support Library v25 they released a new widget to make an Android Bottom Navigation Bar, as described in the official material design specs. This new navigation component is called the BottomNavigationView and as mentioned, its packaged under the design support library, having full backward support. Although if you browse the internet, you may find many examples, showing how to implement an Android bottom navigation bar. But this new Android BottomNavigationView widget makes it very easy for the developers to build and deploy apps with bottom navigation, as its an official component.
Demo implementing the bottom navigation bar with BottomNavigationView of Android's support library v25
Today we are going to learn new design widget in Android naming Bottom Navigation View which has been added to version 25 of the Design Support Library. The Bottom Navigation View has been in the material design guidelines for some time, but it hasn’t been easy for us to implement it into our apps. Some applications have built their own solutions, whilst others have relied on third-party open-source libraries to get the job done. Now the design support library is seeing the addition of this bottom navigation bar, let’s take a dive into how we can use it!
An android Library used to easily implement a bottom navigation bar with title and animated vector drawable and set it up with a view pager with fragments.