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

Hi, Thanks for this awesome library. We currently use it in the Android API client automatically generated by [Swagger-Codegen](https://github.com/swagger-api/swagger-codegen). I saw the update that this library has been deprecated. May...

Hi, I'm trying to post a JSON object to my backend (rails) but the array param of my object is sending as String and not as a JSON array: {...

Hi, I use volley at my project using client - server model. At server, I am using a filter request and auth request. After a request that I send login...

I have look official volley library in jcenter bintray. https://bintray.com/android/android-utils/com.android.volley.volley/view But is in that library, also included enhancement in your volley repository ? Or have you merge enhancement from this...

I'm trying with code: public class VinhNT_HTTP implements Response.Listener,Response.ErrorListener { private VinhNT_Activity context; private RequestQueue queue; public VinhNT_HTTP(VinhNT_Activity nguCanh){ context = nguCanh; // Instantiate the cache Cache cache = new...

hey there in some responses headers we have multiple **Set-Cookie** headers. volley always consider first value of these type of headers : ``` Header h = new BasicHeader(header.getKey(), header.getValue().get(0)); ```...

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

this error happens sometimes.

因为request.markDelivered();在mDelivery.postResponse(request, response);已经调用了