【发布时间】:2018-08-11 20:11:40
【问题描述】:
我没有找到任何关于如何从缓存毕加索中检索位图图像的适当示例:
这是我用毕加索下载图像视图的代码。 我需要位图图像。如何从缓存中取出?
MWGApp.getInjector().getImageLoader().load(url)
.placeholder(ResourcesCompat.getDrawable(context.getResources(), R.drawable.image_coming_soon, context.getTheme()))
.into(imageVoew);
}
【问题讨论】: