Posts by Alucard • 16 points
3 posts
-
0
votes1
answer922
viewsA: How to take data from a Recyclerview item by clicking on it
Well, I managed to solve the problem. I merged the Viewholder in the Adapter class. If anyone has a similar question here is how the Adapter class looked: public class TecnicosAdapter extends…
-
0
votes1
answer118
viewsA: How to recover data using Firebaserecycleradapter that has automatically generated Ids?
I’m new to Firebase, but I think it’s because you need to create an addListenerForSingleValueEvent in order to recover this information. As in my example below: private void getUsuarioTecnicoId() {…
-
0
votes1
answer922
viewsQ: How to take data from a Recyclerview item by clicking on it
Good morning, everyone. I’m populating a Recyclerview with data from a Firebase database. So far so good, it’s displaying everything correctly. My question is how I get the user id when clicking on…