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 …