Posts by Lucas Fernandes • 1 point
2 posts
-
0
votes2
answers34
viewsA: Recover firebase data - order items
Good night. Try instantiating the list in onDataChange again before retrieving the items pedidoList = new ArrayList(); for (DataSnapshot dataSnapshot1 : dataSnapshot.getChildren()) {…
-
0
votes0
answers58
viewsQ: Implement checkbox in Recyclerview?
By clicking on the checkbox I run the list click (opens an Activity). To check the checkbox you have to keep pressed. I understand it could be this one click conflict over another. How can I then…