android_volley_examples
android_volley_examples copied to clipboard
Project with examples how to use the new Volley networking framework
don't work if the response is 204 with out content gives the error
I was wondering if you could add a synchronous example to your set that uses `RequestFuture` and `future.get(4, TimeUnit.SECONDS)` I followed the sample in the [source code](https://android.googlesource.com/platform/frameworks/volley/+/master/src/main/java/com/android/volley/toolbox/RequestFuture.java) of the RequestFuture...
Hi, if i try with API level = 15 i have this error: 1496-1510/com.package E/Volley﹕ [81] NetworkDispatcher.run: Unhandled exception java.lang.IllegalArgumentException: SSL context may not be null
I'm a beginner Android developer and I've barely been exposed to basic Java before. As a result, I'm finding it difficult to understand some of these examples. For instance I'm...
Hi: Could you write a file upload Request , Thank you !