Anyone knows any efficient method of perform an animation that what is has to do is to display a text, character by character
,
For an example
I have the value
in TextView
as 1225
Now the value
will be change
into 1250
. Now I need to do the animation like:
1225
the last digit
(5) wants to Faded Top
and the new value
6 will be appear like wise I need to increment
the 1225
value until
it reach 1250
. Anyone give me the suggestion to do this