So I want my animation to start as soon as the activity is created, but for some reason no matter what I try will get it to start. I can get it to start by having a click ev
One more solution:
Call animationDrawable.stop() before calling start() method.
animationDrawable.stop()
start()