Volley Image Caching

后端 未结 7 2047
臣服心动
臣服心动 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.

提交回复
热议问题