Volley Image Caching

后端 未结 7 2042
臣服心动
臣服心动 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条回答
  • 2020-12-09 19:15

    You can check this, I had enabled L1 and L2 caching mechanism for Volley.

    Volley with Caching . Please make sure that cache control should be enabled in the response header.

    0 讨论(0)
提交回复
热议问题