Top "Android-volley" questions

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

Android Volley error.getMessage() is blank

So I am making a POST JSonObjectRequest to my server and when it is successful everything works and the info …

android android-volley
Trouble Sending Multipart File with Boundary via Volley

I have a customers HTTP call working using the standard apache classes but I am trying to create a custom …

android android-volley multipartform-data boundary multipartentity
Volley Not Parsing 404 response

Volley returns an error when a 404 response is returned from the server even if that 404 response contains json based error …

android android-volley
How to implement Android Volley with OkHttp 2.0?

This OkHttpStack is no longer supported in OkHttp2.0: https://gist.github.com/JakeWharton/5616899 What is the current pattern to integrate …

android android-volley okhttp
Unit testing with Android volley

I would like to know how can I create unit tests for the volley framework. Mock the requests, the responses …

android unit-testing android-volley
How to import self-signed SSL certificate to Volley on Android 4.1+

I develop android application which uses Volley. All communication is done via HTTPS connection. Because I test it on local …

android ssl ssl-certificate x509certificate android-volley
JakeWharton's DiskLruCache - How to Implement with Volley?

This is in connection with this question regarding Volley Image caching. So, now I want to implement DiskLruCache, but I …

android android-volley image-caching
Let Volley's NetworkImageView show local image files

I am using NetworkImageView to show some covers downloaded from a remote URL and I successfully manage to cache and …

android android-volley networkimageview
Volley Not making request on latest version of Android

I noticed my app wasn't working on Pixel 3. I went into android studio and emulated a few devices and noticed …

java android android-volley android-9.0-pie
Volley out of memory error, weird allocation attempt

Sometimes randomly Volley crashes my app upon startup, it crashes in the application class and a user would not be …

android out-of-memory android-volley diskcache