android-HoloCircularProgressBar icon indicating copy to clipboard operation
android-HoloCircularProgressBar copied to clipboard

Animation Pause

Open sw1ftc0d3r opened this issue 11 years ago • 5 comments

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

sw1ftc0d3r avatar Dec 29 '13 20:12 sw1ftc0d3r

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

passsy avatar Dec 31 '13 10:12 passsy

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

sw1ftc0d3r avatar Jan 07 '14 16:01 sw1ftc0d3r

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

GrapeJelly avatar Apr 15 '14 00:04 GrapeJelly

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

isheeley avatar May 23 '14 05:05 isheeley

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

mbleftley avatar Mar 04 '15 19:03 mbleftley