1、Volley is an HTTP library that makes networking for Android apps easier and most importantly, faster. Volley is available through the openAOSP repository.
2、Volley excels at RPC-type operations used to populate a UI,Volley is not suitable for large download or streaming operations
3、Performing Network Operations