Android系统提供了水平进度条供咱们显示进度使用,水平进度条在显示进度时使用的就是Clip Drawable技术。html
官网介绍:android
http://developer.android.com/guide/topics/resources/drawable-resource.htmlgit
一、实现水平进度条:
github
http://book.51cto.com/art/201311/418600.htmide
二、实现圆形进度条:ui
http://www.android100.org/html/201409/23/65600.htmlspa
三、实现竖直进度条:htm
https://github.com/mgrzechocinski/AndroidClipDrawableExample图片
四、图片慢慢展开特效:ip
http://www.myexception.cn/mobile/1802377.html
五、一个有创意的:
https://github.com/JaydipZala/Custom-Progressbar
六、15%的leveal是多少?
int temp_level = (15 * MAX_LEVEL) / 100;