摘要: (转自:http://www.iteye.com/topic/1123524)关于ListView异步加载图片有很多方式,也有很多方法可以解决图片错位的现象,看完他们写的代码,多半是基于回调的方式,比如这位:http://www.iteye.com/topic/685986他解决错位的方式很巧妙:ImageView imageViewByTag = (ImageView) listView.findViewWithTag(imageUrl);在构造适配器是传入ListView的引用,由唯一的TAG来找显示的ImageView;还有这位:http://www.iteye.com/topic/11 阅读全文
posted @ 2012-07-31 09:49 imlucky 阅读(17618) 评论(3) 推荐(0)