【发布时间】:2013-05-22 02:37:11
【问题描述】:
我在使用新的 Volley 库实现图像缓存时遇到问题。在演示文稿中,代码如下所示
mRequestQueue = Volley.newRequestQueue(context);
mImageLoader = new ImageLoader(mRequestQueue, new BitmapLruCache());
BitmapLruCache 显然不包含在工具包中。知道如何实现它或向我指出一些资源吗?
http://www.youtube.com/watch?v=yhv8l9F44qo@14:38
谢谢!
【问题讨论】:
标签: android image-loading bitmapcache android-volley