问题

I want to design Circle Progress like above image.
Even names and percentage Has to shown inside circle.
Please suggest me any library or method to do so.
回答1:
finally I found the solution from here,
https://github.com/ylyc/circular_progress_bar.
It works fine. thanks to all..
回答2:
I don't know about any library that will do this for you, but I would just use the Path class for the circular view and plain TextViews for the percentages.
回答3:
Write a custom view which would draw an Arc in the onDraw method.
回答4:
Refer this below link for clean master app kind of progress bar.Click here
来源:https://stackoverflow.com/questions/27012065/android-custom-circle-progress-bar