Android Volley Library doen't return whole response data
Volley library doesn't return whole response data. It only return the part of the response data. I am calling drupal services. Below is my code for it. public void BoardRoomRequest() { pdialog = new ProgressDialog(BoardRoom.this); pdialog.setTitle("Please wait...."); String url = Global_Application.url + "views/boardroom"; Log.d("url========", url); Map<String, String> params = new HashMap<String, String>(); StringRequest req = new StringRequest(Request.Method.GET, getApplicationContext(), url, params, new Response.Listener<String>() { @Override public void onResponse(String response) { //