我试图通过Android编码清除Picasso的缓存.
任何人都可以帮我解决这个问题..?
我尝试使用以下代码,但这在我的情况下没用:
Picasso.with(getActivity()).load(data.get(pos).getFeed_thumb_image()).skipMemoryCache().into(image);
memory android caching picasso
android ×1
caching ×1
memory ×1
picasso ×1