SmoothProgressBar

来源:互联网 发布:手机除广告软件 编辑:程序博客网 时间:2024/05/16 00:41

https://github.com/tigerguixh/SmoothProgressBar


Demo:

Sample app available on the Play Store

SmoothProgressBar

How does it work

I wrote a blog post about that.

Integration

SmoothProgressBar (min API 7): Maven Central

CircularProgressBar (min API 14): Maven Central

The lib is now on Maven Central. All you have to do is add it on your gradle build:

dependencies {    // of course, do not write x.x.x but the version number    compile 'com.github.castorflex.smoothprogressbar:library:x.x.x'    // or    compile 'com.github.castorflex.smoothprogressbar:library-circular:x.x.x'}

You can find the last stable version on Gradle Please

Or you can try the latest snapshots:

0 0
原创粉丝点击