views:

8

answers:

0

Hi, I have a simple problem: i have a listview with 2 TextViews one shows a number and the other shows the diff from last time the number has chnaged.

What im trying to do is every time the getView is called on my adapter show an animation on the second TextView based on the change in the first Textview number. im trying to do this for all of the items inside the listview and it doesnt work.

What is the best way to achieve this?

Thanks, Totem