protected String doInBackground(String... args) { obj = new JsonHandler(); List<NameValuePair> params = new ArrayList<NameValuePair>(); Log.v(" URL >>>> ", Urls.URL_CLINICS_LIST + MIO_ID.toString()); json = obj.makeHttpRequest(Urls.URL_CLINICS_LIST + MIO_ID.toString(), "GET", params); return json; }
protected String doInBackground(String... args) { obj = new JsonHandler(); List<NameValuePair> params = new ArrayList<NameValuePair>(); Log.v("doInBackground", "URL>>>" + Urls.URL_NO_OF_ENTITY + MIO_ID.toString()); jsonNoofEntity = obj.makeHttpRequest(Urls.URL_NO_OF_ENTITY + MIO_ID.toString(), "GET", params); return jsonNoofEntity; }