Posts by Cristiano • 5 points
3 posts
-
0
votes1
answer26
viewsQ: Is it possible to use a specific Strings.xml for the Android version?
I applied a different color to certain words within some Textviews with the TAG <font color='#2086F3'></font>. I was able to get this result after an Internet search. The problem is that…
-
0
votes1
answer623
viewsQ: Delete recyclerView item from Adapter
I’m trying to apply a feature by clicking on an icon inside a Recyclerview list. By clicking on the icon, I record the acceptance of the condition, if not accepted, the "whole item" should be…
-
0
votes1
answer132
viewsQ: After recovering the objects with Valueeventlistener the List does not retain the data
I’m doing an Activity, which searches in Firebase the User objects, traversing a Hashmap with Valueeventlistener to display the result inside a Recyclerview. The first Log returns the Arraylist…