
Volley Plus Library for Android
Android Volley library : make everything faster . Its an improvements for Volley
App info
Advertisement
App description
Android App Analysis and Review: Volley Plus Library for Android, Developed by DWorkS. Listed in Libraries & demo Category. Current Version Is 1.1, Updated On 30/07/2014 . According to users reviews on Google Play: Volley Plus Library for Android. Achieved Over 2 thousand Installs. Volley Plus Library for Android Currently Has 47 Reviews, Average Rating 4.4 Stars
VolleyPlus library Project improvements to Android Volley Library along with full image caching.This is a sample application for the library VolleyPlus (https://github.com/DWorkS/VolleyPlus)
VolleyPlus library Project improvements to Volley along with full image caching.It involves using RequestQueue, RequestTickle and Request.
RequestQueue - Dispatch Queue which takes a Request and executes in a worker thread or if cache found its takes from cache and responds back to the UI main thread.
RequestTickle - A single class which takes a Request and executes in same thread or if cache found its takes from cache and responds back to the same thread. Mainly useful in sync operations where you want to perform operations sequentially.
Request - All network(HTTP) requests are created from this class. It takes main parameters required for a HTTP request like
METHOD Type - GET, POST, PUT, DELETE, HEAD, OPTIONS, TRACE, PATCH
It also provides variety of implementations of Request.
•StringRequest
•JsonRequest
•JsonObjectRequest
•JsonArrayRequest
•GsonRequest
•GZipRequest
•MultiPartRequest
•SimpleMultiPartRequest
•DownloadRequest
•ImageRequest
It has also very powerful image caching SimpleImageLoder.
•DiskLruBasedCache based on DiskLruCache for Level2 (L2) cache
•Supports NewtworkImageView usage with SimpleImageLoader
•Can also update the cache
•Provides option to flush, close and clear the cache in both L1 and L2 cache
•Supported types of Image Caching
•Network Caching
•Resource Caching
•File Caching
•Video Caching
•Content URI Caching
VolleyPlus is open source, licensed under the Apache v2.0 licence.
keywords: volley, image loading, http, json, gson, GET, POST
We are currently offering version 1.1. This is our latest, most optimized version. It is suitable for many different devices. Free download directly apk from the Google Play Store or other versions we're hosting. Moreover, you can download without registration and no login required.
We have more than 2000+ available devices for Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... with so many options, it’s easy for you to choose games or software that fit your device.
It can come in handy if there are any country restrictions or any restrictions from the side of your device on the Google App Store.
What's New
minor improvements