I'm having an issue with my Android application.
I have a button and a textView. When the button is clicked, the textview move with a translate and a rotate, then a Timer is set to change the content of the TextView each second.
The problem is that when I start the animation, and then start the timer, the view is no longer updated. Until I stop the timer! When the timer is stopped, the view take the last value affected in this timer.
Here is the code: http://pastebin.com/n1e1djdX
EDIT:
Solved with http://developer.android.com/guide/topics/graphics/prop-animation.html