passsy / android-HoloCircularProgressBar

Holo Circular ProgressBar
958 stars 330 forks source link

Animation Pause #14

Open acappelli opened 10 years ago

acappelli commented 10 years ago

Hi, Can I pause and after re-start the animation ?

passsy commented 10 years ago

Yes. Look at the sample application. I use the ValueAnimator to animate the progress bar. And the ValueAnimator supports pause() and resume().

acappelli commented 10 years ago

Thank's for your reply, pause() and resume() is added on API 19.

GrapeJelly commented 10 years ago

What's the easiest way to do this on earlier APIs?

isheeley commented 10 years ago

I would also like to know how to do this on earlier APIs

mbleftley commented 9 years ago

Anything new on this problem of using pause() on earlier APIs?