ArrowDownloadButton

Additional

Language
Java
Version
N/A
Created
Aug 13, 2015
Updated
Jan 25, 2018 (Retired)
Owner
Rongchan Liu (fenjuly)
Contributors
Santiago Castro (bryant1410)
Rongchan Liu (fenjuly)
Neko Hz (codehz)
Pranav Raj Singh Chauhan (prscX)
4
Activity
Badge
Generate
Download
Source code

ArrowDownloadButton

A download button with pretty cool animation, this is an implemention of https://dribbble.com/shots/2012292-Download-Animation

Enjoying it :)

ScreenShot

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>

Third Party Bindings

React Native

You may now use this library with React Native via the module here

LICENSE

LICENSE UNDER MIT