Saturday 9 May 2015

What is Volley In Android ?

What is Volley ?

Volley is a library that help us making network calls in a easier and faster way in android.

Processing and Caching of network requests is managed by volley in a systematic way.

Volley Library network calls works asynchronously means no need to write Async Task.

Using Volley we can :

1. Request network calls.Response will be fetched by volley from web.

2. It provides memory caching.

3. Cancel Network request as well.

4. It provides Debugging tools as well.

5. Add Request to queue and prioritize.

6. Volley provides Memory Management as well.


So Volley is a networking library to make networking calls much easier, faster by adding requests.


We use Two classes of Volley i.e

1. Request Queue

2. Request


You can find how to use volley to make network calls in my next tutorial.

Cheers!!!!

No comments:

Post a Comment