Skip to content Skip to sidebar Skip to footer

Old Items Visible A While, In Listview Or Gridview, When Recycling

This is not a big issue, but it looks strange. In a list or gridview I load images with a delay (e.g. loaded from remote place). I'm recycling the items, using convertView. When I

Solution 1:

Before setting image in row just check if the image belong to the content of view.

I had the same problem sometime back and I had to change my image downloader so that it takes image url as well as meta data so that once download is complete, i can compare meta-data with view's data.

Post a Comment for "Old Items Visible A While, In Listview Or Gridview, When Recycling"