Top "Android-volley" questions

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

Import Android volley to Android Studio

I wanna use the google's volley library I am using Android Studio and I know how to add .jar libraries. …

android android-studio android-library android-volley
Volley - POST/GET parameters

I saw Google IO 2013 session about Volley and I'm considering switching to volley. Does Volley support adding POST/GET parameters …

android networking android-volley
Send POST request with JSON data using Volley

I would like to send a new JsonObjectRequest request: I want to receive JSON data (response from server): OK I …

android http-post android-volley android-json
Error: Configuration with name 'default' not found in Android Studio

I am using the volley library to perform network operation in android. So I am trying to add this library …

android android-studio android-gradle-plugin android-volley
How to send a “multipart/form-data” POST in Android with Volley

Has anyone been able to accomplish sending a multipart/form-data POST in Android with Volley yet? I have had no …

android http android-volley
Change Volley timeout duration

I use the new Volley framework for Android to do a request to my server. But it timeouts before getting …

android timeout android-volley
Volley JsonObjectRequest Post request not working

I am using android Volley for making a request. So I use this code. I don't understand one thing. I …

android android-volley
java.lang.IllegalStateException: Fragment not attached to Activity

I am rarely getting this error while making an API call. java.lang.IllegalStateException: Fragment not attached to Activity I …

android android-fragments android-activity android-volley android-lifecycle
How to set custom header in Volley Request

How can custom headers be set for a Volley request? At the moment, there is way to set body content …

android android-volley
How to send a POST request using volley with string body?

I'm developing an Android app that communicate with a RESTful web service I wrote. Using Volley for GET methods is …

android web-services rest android-volley