小编Wic*_*089的帖子

ListView - ImageLoader moves List/Items on Scroll up

I'm looking for an answer half a day, but I can't find anything although I thought it is a common problem. My Problem: I have a ListView which has items of different sizes (heights). Every item contains an ImageView. The Image for this ImageView is loaded in background by an ImageLoader class:

imageLoader.DisplayImage(url, holder.image);
Run Code Online (Sandbox Code Playgroud)

If i scroll down the ListView everything works fine. the images are loaded and display (of course at the bottom of the screen/list).

But If …

android listview scroll image-loading

8
推荐指数
1
解决办法
522
查看次数

标签 统计

android ×1

image-loading ×1

listview ×1

scroll ×1