I'm using BottomNavigationView in a fragment and want to show different fragments on tap of each option og that. I'm able to see BottomNavigationView but I'm un
BottomNavigationBar() can only take the background and contentColor but there is no option for tint color.
I want to hide my appBarLayout and BottomNavigationView at the same time when I scroll up the recycler and show again when I scroll down the recycler. In my cas
I am using scroll view in a fragment but the screen does not scroll up when the keyboard is shown as it should be. Here is the scenario: I have mainActivity wh
I have been working with BottomNavigationBar in the flutter, but I am not able to select a Tab programmatically outside of onTap callback of BottomNavigationBar
I am trying out Flutter and I am trying to change the colour of the BottomNavigationBar on the app but all I could achieve was change the colour of the BottomNa
When I Navigate through Nav Bar sometimes the page is Blank, i'm using Persistent bottom nav bar v2 as plugin, i don't know if it's a bug of the plugin but basi
I have implemented the bottom navigation view in my app and I have looked every where to display badges on top of the icons like this I was wondering whether th
Google released new support library v25 with BottomNavigationView is there any way to remove items labels ?
I'm exploring the the 'Navigation Architecture Component' concept which introduced in Google I/O 2018 last month. Let say I have an activity with a bottom nav
This is how it is supposed to look: https://i.stack.imgur.com/4bLy5.png This is how it looks: https://i.stack.imgur.com/oSUjF.png Strange white space appears
Using the newest Navigation Component with the BottomNavigationView, the NavController now saves and restores the states of tabs by default: As part of this ch
I want know how can I change Bottom Navigation View's Icons when user basically selects it and then again replace it with previous icon if user selects differen
I'm trying to add divider in menu items of BottomNavigationView All items are showing horizontally in the bottom but I'm not able to add dividers into it. Bot
We have implemented bottom navigation as described here: https://developer.android.com/guide/navigation/navigation-ui#bottom_navigation https://medium.com/andro