Android http post + web service PHP
问题 I have a web service in PHP which returns a String, he recives two parametres, id and te. I've tested its using with the mozzila addon poster, so i decided to use it for my android app. This is my android code: final String query = null; AsyncHttpClient client = new AsyncHttpClient(); RequestParams rp = new RequestParams(); rp.put("id", num); rp.put("te", tab); Log.i("http","before send\n"); client.post("http://appdomain.hol.es/webService.php",rp, new JsonHttpResponseHandler(){ public void