Posts by Souza97 • 3 points
5 posts
-
0
votes0
answers32
viewsQ: Transition Fragments on return
I have a Drawerlayout that controls my Ragments. But I have the following problem: if I am in Fragment A the corresponding menu item is highlighted, when selecting Fragment b , the item is also…
-
0
votes0
answers29
viewsQ: Create dialog from Activity
I was able to display an Activity in dialog form, but it does not respond to the context. When you click on the edit button in my Recycler View, a form opens for changes. I am using the method…
-
0
votes0
answers115
viewsQ: Sort data Firebase
I am trying to sort my search by date, however I have to look for a value and it is not allowed to use two orderByChild. I need to either find the name passed by the search variable name or sort by…
-
0
votes1
answer77
viewsQ: How to Hide My Recyclerview
I have an event at my Adapter that controls the click in the items of recyclerview. I would like to know which code I should add that when clicking on the item, the Recycler view be hidden @Override…
-
0
votes1
answer472
viewsQ: Send Recycleview Data to Activity
Well, I am new to Android development and I would like to know how to step the value of the option selected in Recycleview to an Edittext that is in another Activity