I have to animate a circular count down timer and I\'m doing it by animating the background of an ImageView using AnimationDrawable (each image has the according slice of th
This will send the (AnimationDrawable) timerAnimation to the first frame as soon as stop() has been called:
timerAnimation
stop()
timerAnimation.stop(); timerAnimation.selectDrawable(0);