Hello Kostya, Thanks for the reply, I have been trying to do what you said but to no luck. Is there any piece of code you can direct me to, to see how can be done.
Thanks On Dec 18, 6:26 pm, Kostya Vasilyev <[email protected]> wrote: > There is a way to interate currently visible items in a ListView. Do that, > find the one whose data just changed, then get that item's layout, and start > your animation. > > Make sure to cancel any animation in getView of your adapter, in case an > item's layout gets recycled before the animation is done playing. > > -- > Kostya Vasilyev --http://kmansoft.wordpress.com > 19.12.2010 0:34 пользователь "Petar K." <[email protected]> написал: > > > Hello, > > > I have created a listview where each row contains several textviews. > > In my application some of these textviews can be updated based on what > > I receive from my server. I want to know how I can set an animation to > > a textview in a particular row. An example could be an application > > where there is a list of live games and I want to update a particular > > score with an animation.I have tried to put a textview.setAnimation in > > my getView of my adapter however this makes an animation on every row > > of my listview when I only want it at a particular row. > > > Any Help would be great. > > > Thanks, > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<android-developers%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

