Closed hollybabaran closed 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
^^ 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
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.