hollybabaran / RSketchDaily

1 stars 0 forks source link

Loaded comment images appear to flash / display duplicates / change #16

Closed hollybabaran closed 8 years ago

hollybabaran commented 8 years ago

what is up with that? It should be static given that every position is associated with an image url, and the positions are static. Very strange.

hollybabaran commented 8 years ago

I think this has to do with the "positions" being assumed to be at the top of the current viewing window, NOT the top of the activity, so you see duplicates

hollybabaran commented 8 years ago

^^ This is not the case, stack overflow here: http://stackoverflow.com/questions/8080793/getview-of-arrayadapter-inconsistent-with-image-downloading

apparently it has to do with threading... the displayImage() call gets confused as to what call of GetView it's talking to when the user scrolls