Top "Android-bottom-nav-view" questions

BottomNavigationView Original icon color

I have my bottomNavigationView : And i added this class to prevent it from doing shiftingMode : public class BottomNavigationViewHelper { public static …

android android-menu android-bottom-nav-view
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
Bottom Navigation Menu onClick icon select

Two problems which I think are related. Background: I have three bottom navigation items which lead to other layouts and …

java android android-studio android-bottom-nav-view
Hide android bottom navigation view for child screens/ fragments

I'm trying to create a single activity Android application. I have MainActivity (only activity) with BottomNavigationView, three top level fragments …

android android-fragments kotlin android-bottom-nav-view android-architecture-navigation