Volley Image Caching

后端 未结 7 2050
臣服心动
臣服心动 2020-12-09 18:18

I am trying to understand Volley\'s image caching. I have a fragment with gridview inside it, which will load around 12-30 images. There images are retrieved from server and

7条回答
  •  Happy的楠姐
    2020-12-09 18:55

    You can see in the link below, the continuation of my question for implementing Image Caching with Volley using Jake Wharton's DiskLruCache and VolleyImageCacheExample. It's working as expected and images are getting cached. Thanks for all your help.

    JakeWharton's DiskLruCache - How to Implement with Volley?

提交回复
热议问题