Posts by Alberto • 21 points
2 posts
-
0
votes1
answer37
viewsA: Android app opens and soon stops working
I believe that in this line Cliente cliente =new Cliente(URLCMD+"STATUS"); valSensores=cliente.getValSensores(); <----- decodificaLeitura(valSensores); statusConexao="CONECTADO"; the program…
-
2
votes2
answers1117
viewsQ: Check if a value exists in the Firebase Realtime Database
I have a database with this structure: what happens is that when creating a new user, I need to check if there is no longer a registered equal nickname, but I am not able to do this. Here’s the code…