文件名称:Android代码-图像缓存库之VolleyPlus
文件大小:861KB
文件格式:ZIP
更新时间:2022-08-25 21:03:30
Android代码
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 oper