uknownothingsnow / CircleProgress

CircleProgress, DonutProgress, ArcProgress
3.81k stars 921 forks source link

Animation on ArcProgress #17

Closed samsoft00 closed 9 years ago

samsoft00 commented 9 years ago

Please help me, how can i Animate ArcProgress?? i'll appreciate if you can explain with detailed discription

uknownothingsnow commented 9 years ago

see the example module, just use setProgress

samsoft00 commented 9 years ago

Try out your suggestion but its not working, maybe you don't have a full understanding of what i'm saying... when user get to the activity, i want the ArcProgress animate from 0% to whatever percentage assign in the code. that's just the simple behavior i want to implement, is this possible? if yes... how>?

uknownothingsnow commented 9 years ago

you can just start a timer or thread to update progress value, this lib does not provide animation feature.