Posts by felipe • 1 point
2 posts
-
0
votes0
answers311
viewsQ: How to bring data from a JSON webservice on Android
I wanted someone to explain me how to do this.. I have the following code in PHP and wanted to bring to Android, returning the name of the person. It could be in an Array... The problem is that I…
-
0
votes0
answers300
viewsQ: How to return data with JSON?
I have the following code: wd.setUrl("http://www.cordeiroit.com.br/SOUPROGRESSO/Ctrl/ServerUsuario.php"); wd.setMethod("new-usuario"); wd.setName(campoNome.getText().toString());…