在ListView中更新ImageView的最佳行为

时间:2013-11-21 10:19:02

标签: android android-listview bitmap

我们有带图像的ListView。图像从我们的服务器下载然后保存到存储并放入缓存,如下所示:

private static final Hashtable<String, Bitmap> cachePhoto = new Hashtable<String, Bitmap>();

因此,在第一次添加后的getView中,我们从缓存中获取图像并将其设置为ImageView:

i.setImageBitmap(photo);

现在我们在许多设备上滚动时有一些滞后现象。但想要平滑滚动。我怎样才能避免滞后?

1 个答案:

答案 0 :(得分:0)

我们需要更多代码,或者我可以建议您检查此库 https://github.com/thest1/LazyList