android-HoloCircularProgressBar
android-HoloCircularProgressBar copied to clipboard
Animation Pause
Hi, Can I pause and after re-start the animation ?
Yes. Look at the sample application. I use the ValueAnimator to animate the progress bar. And the ValueAnimator supports pause() and resume().
Thank's for your reply, pause() and resume() is added on API 19.
What's the easiest way to do this on earlier APIs?
I would also like to know how to do this on earlier APIs
Anything new on this problem of using pause() on earlier APIs?