@Override protected String doInBackground(String... params) { // TODO Auto-generated method stub try { String response = HttpRequest.post(url); return response; } catch (Exception e) { } return null; }
@Override protected String doInBackground(String... params) { // TODO Auto-generated method stub try { String response = HttpRequest.post(WebService.FORGOT_PASSWORD_SERVICE, multipart); return response; } catch (Exception e) { } return null; }