Home

Awesome

ArrowDownloadButton

Android Arsenal

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

Enjoying it :)

ScreenShot

sreenshot

Usage

One scene is when you want to download something.

And if you want to reload

That's all.

Get this into your build

Gradle

repositories {
    maven {
        url "https://jitpack.io"
    }
}
dependencies {
    compile 'com.github.fenjuly:ArrowDownloadButton:9e15b85e8a'
}

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<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