任何人都可以在这个问题上帮我吗?
我已经尝试使用以下代码,但这在我的情况下没有用:
Picasso.with(getActivity()).load(data.get(pos).getFeed_thumb_image()).skipMemoryCache().into(image);解决方法 改为使用它:
Picasso.with(getContext()).load(data.get(pos).getFeed_thumb_image()).memoryPolicy(MemoryPolicy.NO_CACHE).into(image);总结
以上是内存溢出为你收集整理的android – 清除毕加索的缓存内存全部内容,希望文章能够帮你解决android – 清除毕加索的缓存内存所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)