Using custom Volley POST doesn't return anything
问题 I'm trying to use a custom Class that extend the JsonRequest class to send a JSONArrayRequest using POST and a parameter. public class MethodJsonArrayRequest extends JsonRequest<JSONArray> { public MethodJsonArrayRequest(int method, String url, JSONObject params, com.android.volley.Response.Listener<org.json.JSONArray> listener, ErrorListener errorListener) { super(method, url, params.toString(), listener, errorListener); Log.d("method", Integer.toString(method)); Log.d("jsonRequest", params