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

This error happens a lot : **java.lang.OutOfMemoryErrorDiskBasedCache.java:327 Failed to allocate a 538970759 byte allocation with 3641544 free bytes and 85MB until OOM** DiskBasedCache.java:327com.android.volley.toolbox.DiskBasedCache.streamToBytes DiskBasedCache.java:545com.android.volley.toolbox.DiskBasedCache.readString DiskBasedCache.java:567com.android.volley.toolbox.DiskBasedCache.readStringStringMap DiskBasedCache.java:408com.android.volley.toolbox.DiskBasedCache$CacheHeader.readHeader DiskBasedCache.java:161com.android.volley.toolbox.DiskBasedCache.initialize CacheDispatcher.java:84com.android.volley.CacheDispatcher.run

in volley we have some ability to retrieve data from server such as jsonObject,jsonArray and String. in this below sample we can get simply jsonObject or jsonArray response from server,...

Avoid response and networkResponse object leaking by manually set them to null. As so far,the run() method in NetworkDispatcher class will still cause memory leaking because the response and networkResponse...

When you want to output projects I encounter the below error: `Error:Execution failed for task ':app:transformClassesWithDexForDebug'. > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lcom/android/volley/VolleyError;` I ask for help

FAILURE: Build failed with an exception. - What went wrong: Execution failed for task ':app:transformClassesWithJarMergingForDebug'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/android/volley/Request$Priority.class - Try: Run with --stacktrace option to get the...

Android Volley double post when have slow request. this url http://stackoverflow.com/questions/22428343/android-volley-double-post-when-have-slow-request

void finish(Request request) --> last line: mCacheQueue.addAll(waitingRequests); how to understand this? why we transfer all requests in waitingRequests to cacheQueue this time instead of put them to cacheQueue originally created?...

NetworkError in volley ,just in one service of my services: java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer) ![1](https://cloud.githubusercontent.com/assets/19465683/19217989/b2d73e90-8df4-11e6-9bcc-8ec03ac1b668.PNG) please help Thank you

hi, I try the official volley library from Google. (version 1.0.0), still a lot of bugs not fixed. Even this project consider deprecated, the code is still newer then official...