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 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