Posts by Lázaro Rodrigues • 45 points
5 posts
-
0
votes1
answer311
viewsQ: How to convert Jsonarray to Arraylist<> on android
Hello, all right? I would like your help to be able to convert a Jsonarray to Arraylist<> on android. I make a request that returns me the following Json: {"normal":{"test_graph":{"VALORES…
-
-1
votes1
answer91
viewsQ: Comparing text of items from a recyclerview
I wonder how to compare text of items of a recyclerView on android. And if the texts are the same, render the text of the entry below GONE. public void pegarTexto (){ TextView um = (TextView)…
-
1
votes1
answer73
viewsQ: Chronometer display value greater than 60 minutes in MM:SS format
Hello, there is the possibility of a Chronometer displaying more than 60 minutes without entering the hour format? My Chronometer receives data from a String to set the starting value. private long…
-
1
votes1
answer78
viewsQ: Set the initial time of a Chonometer with the text of a textView
Hello, I wonder if it is possible to define the initial value of a chonometer based on a textView. texView who would like to set the beginning of Chronometer in blue highlight. This textView…
-
2
votes1
answer915
viewsQ: Add it up to a firebase Child?
Hello, Would like to get the value of a Child at firebase, add a number and update Child with the result of summing up. Code on the Oncreate() uDataBase =…