Open hrsalehi opened 8 years ago
Accidently I found out that If I clear the volley cache getParams() method called. But what If I want to call a paged service like above and I want to send page numbers by post request?
I'm experiencing the same issue. Do you think clearing the getParam() map is the solution to this situation? I tried to use JsonArrayRequest that has JSONArray for the post parameters but my webservice is not able to extract the parameters. So I want to go back to using StringRequest instead and clear the getParams cache like you hinted
I'm trying to use StringRequest with volley and surprisingly the getParams() method never called in POST request (sometimes called but most time not called). In my other projects It work fine but I cant figure It out what is the matter with this one!
Below is my code :