1

I want to create custom Progress bar which color is change every time when Rotation finish...

For example:

  • 1st roation - red color
  • 2nd roatation - blue color
  • 3rd roatation - green color
Termininja
  • 6,620
  • 12
  • 48
  • 49
  • Are you looking for [this](http://stackoverflow.com/questions/26814798/how-to-implement-a-material-design-circular-progress-bar-in-android) ? – Ravi Aug 12 '16 at 04:33

2 Answers2

1

You can use readymade libs available to do so

ProgressWheel,

android-circular-progress-bar

The best one Android-ProgressViewsLib

Rohan Pawar
  • 1,875
  • 22
  • 40
1

There are so many library available on github you can use anyone.

  1. Android-RoundCornerProgressBar
  2. materialish-progress
  3. material
  4. ProgressWheel

and just for the record you can find more here ;)

V-rund Puro-hit
  • 5,518
  • 9
  • 31
  • 50