Posts by Alek • 31 points
4 posts
-
0
votes1
answer90
viewsQ: Comparing data returned from BD
I have a problem which is this:: When reading the data from a given Firebase node, I get an undetermined String number. The name of each String, is the ID of the User. When returning this data, save…
-
1
votes0
answers403
viewsQ: Firebase Database - Event-based notifications
I have a project that needs to send notifications when certain data is added to Firebase. I did a lot of web searches, but I couldn’t find a way to implement this notification. I saw in the…
-
1
votes1
answer377
viewsA: Saving data from the checkbox and sending to another Activity
Solved... I passed as follows via Intent: (I don’t know if it was the right one, but for now, it was one that worked well for me) Sending: Intent i = new Intent(getContext(), Detalhes.class);…
-
1
votes1
answer377
viewsQ: Saving data from the checkbox and sending to another Activity
I have a list of products, which comes from an online database, each product contains a checkbox, name and value. What would be the best way to pass only the data of the marked products to a new…