Android custom circle progress bar

北城余情 提交于 2019-12-03 20:31:12

finally I found the solution from here,

https://github.com/ylyc/circular_progress_bar.

It works fine. thanks to all..

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.

Write a custom view which would draw an Arc in the onDraw method.

Vasu

Refer this below link for clean master app kind of progress bar.Click here

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!