[android-developers] Animate ListView items

2011-08-18 Thread Mate Gulyas
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

Re: [android-developers] Animate ListView items

2011-08-18 Thread TreKing
On Thu, Aug 18, 2011 at 8:15 AM, Mate Gulyas avalo...@gmail.com wrote: Is there any way to solve this? It is up to your adapter to return the correct view for the current state of the item at the position in question. If you need to ensure the animation is always consistent, you'd have to