prasath003 / Android_Volley_Request

Android Volley Request Single Instance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Android Volley Request Single Instance

License:Eclipse Public License 1.0


Languages

Language:Java 100.0%