我想清除位图缓存,但我不知道如何清除位图。我正在使用 Koush Ion 库加载图片
try {
bitmap = Ion.with(context).load(URLimage).withBitmap().asBitmap().get();
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (ExecutionException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
每次单击按钮时,我都需要清除位图缓存。提前致谢