让Glide将图片加载到存储缓存

时间:2018-04-05 14:04:52

标签: android android-glide

在我的应用程序中,我希望在显示之前缓存大量图像。我不想将它们存储在内存中,只是存储缓存中。

我现在正在使用.preload()

Glide.with(mContext)
    .load(item.getBigImages().get(0).getUrl())
    .preload();

0 个答案:

没有答案