You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.
I had to call json array post request with integer and string params. Firstly I tried with string request but when string request is used your hash map params must be string values.
Not working for me. My issue is, where did u get params in (params != null) ? new JSONObject(params) : null from? I have followed your code to solve this exact problem. Also, what about
I had to call json array post request with integer and string params. Firstly I tried with string request but when string request is used your hash map params must be string values.
After that I solved the problem with this way;
I have create CustomRequest class;
and I used the class like this way;
I hope this solution also helps someone else who has this problem
The text was updated successfully, but these errors were encountered: