Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Android-Universal-Image-Loader 将所有图像预下载到磁盘缓存?我想允许用户一次下载所有图像。
从v1.9.0开始可以同步下载图像:
ImageLoader.loadImageSync(...) : Bitmap
现在在后台(例如在IntentService 中)下载图像要容易得多。