Top "Android-bottomnav" questions

Bottom navigation bars display three to five destinations at the bottom of a screen.

How to remove icon animation for bottom navigation view in android

I have implemented Bottom Navigation View from Design Support Library 25 in my project. I have 5 icons in the view. whenever …

android animation icons bottomnavigationview android-bottomnav
How to change activity on bottom navigation button click?

I want to use bottom navigation bar in my existing android app but the problem is all screen are activity ,…

android android-layout android-fragments android-bottomnav
Remove Animation/Shifting mode from BottomNavigationView android

i am building an application in which i have a BottomNavigationView. Everything works fine until i get to the Activity. …

android bottomnavigationview android-bottomnav
How to implement bottom navigation tab as per the google new guideline

How to implement bottom navigation tab as per the google new guideline (Pure android). Is there any example.? Ref: https://…

android bottomnavigationview android-design-library android-bottomnav
Android Bottom Navigation Bar with drop shadow

I'm implementing Bottom Navigation Bar in Android app using Google's support design library v25.1.0. Is there any way to add …

android android-support-library android-support-design android-bottomnav
How to highlight the item when pressed using BottomNavigationView between activities?

I have added Bottom Navigation View for my app but I need the Bottom Navigation View between activities instead of …

java android bottomnavigationview android-navigation android-bottomnav
How to change the size and shape of a particular bottom bar navigation item

I am trying to implement this bottom bar which contains an item with a bigger size and a different shape …

android android-bottomnav
Android bottom navigation bar customization

I have successfully implementing simple bottom bar and it looks like picture 1. But I wanted to customize it further so …

android material-design bottomnavigationview android-bottomnav bottombar
Android Architecture navigation Component with Bottom Navigation?

Now I am wondering which is the most proper way of implementation when want to combine BottomNavigation with the new …

android android-architecture-components android-jetpack android-bottomnav android-bottom-nav-view