Most voted "bottomnavigationview" questions
6 questions
Sort by count of
-
2
votes2
answers217
viewsGo back to the previous Fragment by clicking the Back Phone button?
I’m trying to implement the functionality of going back and appearing to me the fragment in which I was previously. That is: fragment1, Fragment 2, Fragment 3 and Fragment 4. I can go from Fragment…
-
1
votes1
answer139
viewsHow to view a Menu by clicking on the Bottomnavigationview item
My application this way: I need a menu to appear when I select the fourth item: The code of my Activity Main: package br.com.friendlychat.navigationbottombar; import android.os.Bundle; import…
-
1
votes0
answers139
viewsPass parameter to a module using Widgetmodule (Modular)
Good afternoon! I have a Pageview with Bottomnavigation and would like to use modular in the Pages I created the modules as Widgetmolude instead of Childmodule and everything is ok!!! ... body:…
-
0
votes1
answer46
viewsBottomnavigationview does not work on first click
I’m having a problem in my forward menu, it does not work when I click the first time, it is necessary to click twice to perform the action…
-
0
votes1
answer51
viewsAdvanced Android Design Layout
I’m using the layout below to house a BottomNavigationView and call my Fragments, but wanted to put the LinearLayout where I call the Fragments in a ScrollView. The problem is there, when I do it in…
-
-1
votes1
answer149
viewsBottomnavigationview Problem: Unable to find Resource ID
Good morning, everyone, I searched several times and could not find a solution to solve a problem I am having with Bottomnavigationview. Come on, in my Activity I have the following code <?xml…