android-volley icon indicating copy to clipboard operation
android-volley copied to clipboard

DEPRECATED

Results 70 android-volley issues
Sort by recently updated
recently updated
newest added

BasicNetwork.performRequest: Unexpected response code 400

Hello, I'm using volley library: compile 'com.mcxiaoke.volley:library:1.0.19' In http helper class i have the following method. ``` public static JsonRequest createRequest(String responseType, int requestMethod, String scheme, String url, final String...

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...

I`m using singleton pattern. But always my second request got rejected due to invalid token ? how do i store session in volley library for an app.

logging like this :D/Volley: [54973] BasicNetwork.logSlowRequests: HTTP response for request=

How to use the HTTPS?

I am using Leakcanary for detecting memory leak in my app. but astonishingly leak canary reported memory leak in volley due to use of anonymous listener. I have asked this...