Top "Android-volley" questions

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

What's the last version of Android Volley?

I'm very sorry to ask this very simple question, but it's more than half hour that I'm trying to find …

android android-studio android-volley
How to prevent Volley request from retrying?

I post a JsonRequest to a server. The server is slow and Volley tends to make multiple calls to the …

android rest http-post android-volley
Throwing OutOfMemoryError "pthread_create (1040KB stack) failed: Try again" when doing asynchronous posts using Volley

I'm using Volley to POST some data stored in a local database to a server. The problem is when I …

android mobile android-volley
Volley - http request in blocking way

I'm learning how to use Google Volley these days. It's very convenient for fast networking. It seems that all the …

android http post android-volley
Which provides better Image Loading/Caching - Volley or Picasso?

I'm looking for an open source image loading/caching solution. I am looking in to: Google's Volley, Square's Picasso Universal …

android caching android-volley universal-image-loader
Android volley sending data twice

I am using Volley Network Library in my application. The Issue is that it is sending data more than once …

android android-volley
Volley JSONException: End of input at character 0 of

I've seen others come across this problem, but none of the posts have been able to assist me. I'm attempting …

java android json rest android-volley
How to multipart data using Android Volley

I am using Volley for calling web request for my app. But as i am Volley for first time. I …

android performance android-volley
"Warning: Do not place Android context classes in static fields; this is a memory leak (and also breaks Instant Run)"

Similar question have been asked here, here and here but the context is quite different from this and moreover the …

java android memory-leaks android-volley
Android Volley MalformedURLException Bad URL

After making a second network request using Volley, I always get this error. It doesn't seem to matter what the …

android android-volley android-networking okhttp