Dharmik Patel
Dharmik Patel

Reputation: 41

Create custom Progressbar with color change at rotate in Android

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

For example:

Upvotes: 1

Views: 425

Answers (2)

V-rund Puro-hit
V-rund Puro-hit

Reputation: 5534

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 ;)

Upvotes: 1

Rohan Pawar
Rohan Pawar

Reputation: 2003

You can use readymade libs available to do so

ProgressWheel,

android-circular-progress-bar

The best one Android-ProgressViewsLib

Upvotes: 1

Related Questions