Top "Android-volley" questions

Volley is a Google library for Android that makes networking and remote image loading easier and faster.

Glide - adding header to request

is there a method to add custom header to request when image is downloaded? I can use volley or okhttp …

android request android-volley okhttp android-glide
Android Volley - How to isolate requests in another class

Hi I'd like to modularize the volley requests so I don't mix activity presentation code with volley requests. All samples …

android android-volley
Android - cancel Volley request

I am using Android Volley lib in my project to execute network requests, all works very well but I have …

android request android-volley
Attempt to invoke virtual method 'int java.lang.String.hashCode()'

I'm trying to load images from URL into girdview using Volley Library. For this I'm following this tutorial. When I …

android gridview android-volley android-logcat networkimageview
How to get finish callback on setImageUrl with Volley library and NetworkImageView?

I'm trying out the Google's new Volley library and it's looking sharp and loads images quickly when I use this …

android image callback listener android-volley
Detailed debug logs with Volley

In Restkit on iOS there is a verbose debug option. RKLogConfigureByName("*", RKLogLevelTrace);. Does anyone know if there is an equivalent …

android adb android-volley android-logcat
Disable Volley cache management

Is there a way I could disable the Volley cache management? My app is using Google Volley library to manage …

android caching android-volley
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 …

android json android-volley jsonobjectrequest
Token authentication with Volley

If I have a server where I authenticate with username/password and get auth token for subsequent requests, what would …

android android-volley
Set expiration policy for cache using Google's Volley

Is it possible to modify the expiration policy for the cache on Google's Volley lib? I believe you can implement …

android android-volley