ArrowDownloadButton下载按钮从点击到下载完成特效

ArrowDownloadButton

A download button with pretty cool animation, this is an implemention of http://www.itlanbao.com/code/20150901/10000/100496.html

Enjoying it :)

ScreenShot

sreenshot

Usage

One scene is when you want to download something.

  • startAnimating()

  • setProgress()

And if you want to reload

  • usereset(), the button will recover to initial state.

That's all.

Get this into your build

Gradle

  • Step1

repositories {
   maven {
       url "https://jitpack.io"
   }
}
  • Step2

dependencies {
   compile 'com.github.fenjuly:ArrowDownloadButton:9e15b85e8a'}

Maven

  • Step1

<repository>
   <id>jitpack.io</id>
   <url>https://jitpack.io</url>
</repository>
  • Step2

<dependency>
   <groupId>com.github.fenjuly</groupId>
   <artifactId>ArrowDownloadButton</artifactId>
   <version>9e15b85e8a</version>
</dependency>


原文出自IT蓝豹:http://www.itlanbao.com,请转载时明标注出处,谢谢!   



你可能感兴趣的:(android,ListView,GridView,android特效)