增加清除缓存方法

This commit is contained in:
zengfantian 2015-02-12 18:01:02 +08:00
parent 798b0228d8
commit 62e74a3670
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class ImageListviewActivity extends BaseActivity {
public void destroy() {
//清除缓存
universalimageloader.clearMemoryCache();
ToolImage.clearCache();
}
public class MyListViewAdapter extends BaseAdapter{