/Android_Volley_Request

Android Volley Request Single Instance

Primary LanguageJavaEclipse Public License 1.0EPL-1.0

Android_Volley_Request

Most Commonly used http library for android for large datas - volley

#Volley

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

For more information about Volley and how to use it, visit the Android developer training page.

This module mainly deals about how to use volley in a single instance way, creating a volley request again and again will have instance of it created new, reusing of same instance when you make request.