Top "Bottomnavigationview" questions

Questions related to bottom navigation bar.

Flutter: Keep BottomNavigationBar When Push to New Screen with Navigator

In iOS, we have a UITabBarController which stays permanently at the bottom of the screen when we push to a …

flutter navigator bottomnavigationview
BottomNavigationBar-change the tab icon color

I've integrated Bottom Bar Navigation bar on my app. But when I swipe, tab's color doesn't change. It's weird cause …

android bottomnavigationview
BottomNavigationView - Shadow and Ripple Effect

I was really happy when BottomNavigationView was released one week ago but I am facing some problems which makes me …

android shadow bottomnavigationview
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
How to change the icon color selected on bottom navigation bar in android studio

When I select an item in bottom navigation bar in android studio, background item selected is equal to primarycolor in …

android bottomnavigationview
Is there a way to keep fragment alive when using BottomNavigationView with new NavController?

I'm trying to use the new navigation component. I use a BottomNavigationView with the navController : NavigationUI.setupWithNavController(bottomNavigation, navController) But …

android navigation bottomnavigationview
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
Bottom Navigation with fab

I am currently working with BottomNavigationView and FloatingActionButton. What i want to achieve is this below design: And what i …

android android-layout android-coordinatorlayout floating-action-button bottomnavigationview
How to dynamically hide a menu item in BottomNavigationView?

I want to hide a menu item of BottomNavigationView dynamically based on some conditions. I tried the following but it …

android bottomnavigationview
BottomNavigationView - How to avoid recreation of Fragments and reuse them

I would like to make a bottom navigation bar in my project. Every view has it's own fragment. The problem …

java android android-fragments bottomnavigationview