Questions tagged [android-bottomnav]

Bottom navigation bars display three to five destinations at the bottom of a screen.

Bottom navigation bars display three to five destinations at the bottom of a screen. Each destination is represented by an icon and an optional text label. When a bottom navigation icon is tapped, the user is taken to the top-level navigation destination associated with that icon.

270 questions
2
votes
1 answer

How to make fragment not blinking or not reload when click repeatedly the bottom navigation bar android studio

I just started learning Android Studio. I want to know how to make a fragment not blinking when we click the menu bottom navbar repeatedly. I use the default bottom navigation activity. And this is the first code in the main activity public class…
2
votes
1 answer

BottomSheetDialogFragment shows a memory leak, in LeakCanary 2, but I'm not sure why?

I've been looking through a number of posts and I have not found anything to help me understand why LeakCanary is reporting a leak. I have a main activity with a com.google.android.material.bottomappbar.BottomAppBar and that shows a…
rindress
  • 706
  • 1
  • 6
  • 12
2
votes
2 answers
2
votes
1 answer

Flutter splash screen not hiding bottom bar

I have added an splash screen on my flutter app (on Android side) like this: Opening the values/styles.xml and adding the following: