我看到很多实现从web顺利下载图像并在带有缓存的listView中显示它们。现在我有以下情况:我将图像存储到SDCard,有时我的listView显示它们而不是来自Web资源的图像。在这种情况下,listView中的导航不顺畅。你知道带有来自sdCard的图像的listView有什么好的实现吗?
答案 0 :(得分:0)
多线程就是答案! http://android-developers.blogspot.com/2010/07/multithreading-for-performance.html 只需忽略下载部分,但想法是一样的!
然后检查此代码: Lazy load of images in ListView