0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Circular Progress Bar in Android

Posted at

Refer to 2nd answer of http://stackoverflow.com/questions/27213381/how-to-create-circular-progressbar-in-android

also one comment

Just one clarification for those who may encounter the same problem that I had: in ObjectAnimator.ofInt(yourId, "progress", 1, 500); you have to substitute "yourId" with your view, not the id of your view. So "findViewById(R.id.yourId)", not only "R.id.yourId". Hope it may help!

other good lib

https://github.com/dmytrodanylyk/circular-progress-button
https://github.com/dmytrodanylyk/circular-progress-button/wiki/User-Guide
https://github.com/JorgeCastilloPrz/FABProgressCircle

explanation of drawable

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?