-3

I am trying to create a circle progressbar with countdown like this enter image description here thanks

gonga dev
  • 117
  • 3
  • 13
  • 1
    Possible duplicate of [CountDownTImer With Circular Progressbar in android](http://stackoverflow.com/questions/33015779/countdowntimer-with-circular-progressbar-in-android) – LionisIAm Aug 03 '16 at 13:26
  • 1
    this might help http://stackoverflow.com/questions/27213381/how-to-create-circular-progressbar-in-android – Sohail Zahid Aug 03 '16 at 13:26
  • 1
    Possible duplicate of [How to create circular ProgressBar in android?](http://stackoverflow.com/questions/27213381/how-to-create-circular-progressbar-in-android) – Petter Friberg Mar 03 '17 at 16:53

1 Answers1

3

For these type of progress bar, try one of these two libraries that are on GitHub:

https://github.com/Todd-Davies/ProgressWheel

https://github.com/f2prateek/progressbutton?source=c

Kunami
  • 237
  • 3
  • 8