Issue
I have an Animation that animates properly and correct the first time I'm running it.
But in my application I have a Button and when I click on that I want to animate exactly as I did the first time, but instead its not animating at all.
Any ideas? Don't think this is code related, its seems that I'm missing something from the API.
Solution
Just use getAnimation().start();
for your view. It will restart your animation.
Answered By - Vladimir Ivanov