How do I use disk caching in Picasso?

前端 未结 9 852
-上瘾入骨i
-上瘾入骨i 2020-11-22 14:44

I am using Picasso to display image in my android app:

/**
* load image.This is within a activity so this context is activity
*/
public void loadImage (){
           


        
9条回答
  •  攒了一身酷
    2020-11-22 15:15

    I had the same problem and used Glide library instead. Cache is out of the box there. https://github.com/bumptech/glide

提交回复
热议问题