Questions tagged as 'jsonobject'

1
answer

Browse last data entered in PHP json

I am working on a project with sound arduino the theme that every few minutes a new datum is added to the bd, but I want to show in an android view the last data entered and update when a new datum is added the issue is that I have raised a half...
asked by 11.12.2018 / 23:49
1
answer

Add data to JSONArray comparing data

According to the case that presented before like restlessness ... Add data to JSONArray Now, for this very thing for (int l = 0; l < lineas.length(); l++) { lineas.getJSONObject(l).put("importe_aumentado", json.getJSONObject(l).get...
asked by 24.09.2018 / 16:07
1
answer

Add data to JSONArray

I need to add to this result, in each position, some data that I have in json.getJSONObject(l) at the end of the ones I already have. But according to what I have what it does is replace the data that already exists in datosReserva....
asked by 19.09.2018 / 10:34
0
answers

Sending JSONObject data

I have a problem with my Android Studio code. My application must send some information that is collected but I do not know how to structure it since the body of the email is long someone could tell me, I have tried to send it with several JSONO...
asked by 21.12.2018 / 00:01