skip to Main Content

Android Studio – BottomNavigationView's menu not selected after navigating to other fragment, switching to other menu, and switching back to initial menu

I'm building an android application with 3 menus using bottom navigation. I created new project in Android Studio using Bottom Navigation Activity. I renamed the fragment to: InfoFragment.kt DetectFragment.kt AboutFragment.kt Renamed the layout in src/main/res/layout to: fragment_info.xml fragment_detect.xml fragment_about.xml Renamed…

VIEW QUESTION
Back To Top
Search