Top "Bottomnavigationview" questions

Questions related to bottom navigation bar.

Android new Bottom Navigation bar or BottomNavigationView

Saw the new guideline came out, and used in google photos latest app. Have no idea how to use the …

android bottomnavigationview
Set selected item in Android BottomNavigationView

I am using the new android.support.design.widget.BottomNavigationView from the support library. How can I set the current …

android bottomnavigationview
Android: Bottom Navigation View - change icon of selected item

I have added BottomNavigationView in my application like. main.xml <android.support.design.widget.BottomNavigationView android:id="@+id/bottom_…

android android-layout android-support-library bottomnavigationview
Hide/Show bottomNavigationView on Scroll

I have to hide bottom navigation view on up scroll and show on down scroll .how to implement this? my …

android android-layout android-fragments bottomnavigationview
Display badge on top of bottom navigation bar's icon

I have implemented the bottom navigation view in my app and I have looked every where to display badges on …

android material-design bottomnavigationview
How to disable BottomNavigationView shift mode?

BottomNavigationView doesn't show menu's title that are inactive. How to show titles of all menu elements in bottomNavigationBar? The problem …

android android-support-design bottomnavigationview
Style BottomNavigationBar in Flutter

I am trying out Flutter and I am trying to change the colour of the BottomNavigationBar on the app but …

dart flutter bottomnavigationview
BottomNavigationView display both icons and text labels at all times

I am using android.support.design.widget.BottomNavigationView from design support library version 25 compile 'com.android.support:design:25.0.0' <…

android android-support-library android-support-design bottomnavigationview
How to handle bottom navigation perfectly with back pressed

I am working on a bottom navigation bar, but I am not getting perfectly bottom navigation bar. My MainActivity class: …

android android-layout android-fragments bottomnavigationview
How to Set selected item in BottomNavigationView

I am trying to set default item on activity created but it isn't working? This is my code: protected void …

android bottomnavigationview