I have a ListView
with a custom adapter, and an animation in getView()
for each item. The point is, that I want to animate each item once, but it happens every time an item appears on screen (I scroll down, more items appear with animation, but when I scroll back, it happens to items I've seen earlier).
I wonder if there is an method to kill ListView update? It's the more annoying because it also reloads images that I get from the web.