I try to animate new items in my ListView. I have stable id-s, so I
know exactly which element to animate. The problem - I think -comes
from the recycle mechanism of ListView. I call startAnimation on the
View when I know I got a recently inserted element. But then, the view
got recycled, filled with different data. It results on the UI
animating the wrong row. At some point the view was holding the right
data, but then got recycled. I confirmed this via logcat. Is there any
way to solve this?

I originally posted my question on stackoverflow. Original post:
http://stackoverflow.com/questions/7055470/animate-list-items-in-listview

Mate Gulyas

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to