Posts by Thiago Camargo • 3 points
3 posts
-
0
votes1
answer487
viewsQ: Return of JSON array
My JSON returns more than one number. How to receive all and not one? I would like to set the return on one TextView. How to make it return all values and not only the first? JSONObject json = new…
-
0
votes1
answer131
viewsQ: Return Spinner Value For String
I need to return the value of a spinner , to make a post , but the spinner is returning null ! catliv = (Spinner) findViewById(R.id.catergorialiv); List<String> list = new…
-
0
votes1
answer40
viewsQ: Jsonexception error
My code makes a get via book ISBN : final Button btnBuscarCEP = (Button) findViewById(R.id.btnChamaBuscaCEP); final EditText editTextCep = (EditText) findViewById(R.id.edtCep);…