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;