Skip to content

Commit 5df2caf

Browse files
author
huangshuisheng
committed
地方
1 parent d1b4fea commit 5df2caf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,14 @@ ImageLoader.loadBigImages(ViewPager viewPager, List<String> urls)//urls或filepa
258258

259259

260260

261+
> 注意,如果是使用Picasso,请在viewpager所在的activity的ondestroy方法中调用:(清除磁盘缓存)
262+
263+
```
264+
PicassoBigLoader.clearCache()
265+
```
266+
267+
268+
261269
# 内存优化的几个策略的说明
262270

263271
## bitmap编码

0 commit comments

Comments
 (0)