LEER JSON protected void onPostExecute(String s) { super.onPreExecute(); String salida=""; try { JSONArray consulta = new JSONArray(s); JSONObject a[]=new JSONObject[consulta.length()]; for(int i=0;i