Top "Android-volley" questions

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

Android: Volley HTTP Request custom header

I'm getting the following error when I run the app: BasicNetwork.performRequest: Unexpected response code 401 I need to pass an …

android httprequest android-volley digest-authentication
Google Volley vs Android-Async-Http

I am looking into both these Android Http Networking libraries. I would like some peoples experiences with using the two …

android android-volley androidhttpclient android-async-http
How to access the contents of an error response in Volley?

Using any of these examples: http://developer.android.com/training/volley/request.html I understand how to process the response …

android android-volley
how to wait the volley response to finish it's work inside intentservice?

Working with intentservice to get the data of 7 Rss Feed links with using " Google Volley " in the background and use …

android rss android-volley intentservice android-intentservice
Getting headers from a response in volley

I am working with Volley, I want to make request to a server which returns me a JSON in the "…

android header android-volley
How can I make Android Volley perform HTTPS request, using a certificate self-signed by an Unknown CA?

Before making the question, I found some links, which I checked, one by one, and none of them, gives me …

android ssl https android-volley trustmanager
How to get status code in successful response Volley Android

I would like to ask how to get status code when using Volley. I have following code: StringRequest stringRequest = new …

android request response status android-volley
display NetworkImageView's default image without network request

I have a ListView displaying things, many of which have an illustrative image and some of which don't. The ViewHolder …

android android-volley networkimageview
Android Volley - how to animate image loading?

any idea how to play a fade in animation when image loads? Now it just blinks into place. I am …

android imageview fadein animated android-volley
How to make separate class for volley library and call all method of volley from another activity and get response?

how to create a separate class in which define all about volley and in another activity we directly pass URL,…

android android-volley