Wednesday, December 25, 2013

Android – Volley Library

                           Android – Volley Library


Volley is a library that makes networking for Android apps easier and most importantly, faster.

Advantages of using Volley:
                         Volley automatically schedule all network requests. It means that Volley will be taking                                  care of all the network requests your app executes for fetching response or image                                     from web.
                        Volley provides transparent disk and memory caching.
                      Volley provides powerful cancellation request API. It means that you can cancel a single                             request or you can set blocks or scopes of requests to cancel.
                     Volley provides powerful customization abilities.
                    Volley provides Debugging and tracing tools

How to get started?
    Clone the Volley project
       Import the code into your project
       Clone the Volley project:

No comments:

Post a Comment