How to post request parameters when using JsonArrayRequest in Volley
问题 I am newbie to Json parsing. I am trying to read a json data using JsonArrayRequest but I am little confused in sending parameters and use POST method.In case of JsonObjectRequest i can send the method type,url,params but In JsonArrayRequest how to send params like username and password and use POST method.please help me out.here is the code i have written. final JsonArrayRequest jsonObjReq = new JsonArrayRequest(MySingleton.getInstance().getDOWNLOAD_SERVICES_URL(), new Response.Listener