ArrowDownloadButton alternatives and similar packages
Based on the "Button Widget" category.
Alternatively, view ArrowDownloadButton alternatives based on common mentions on social networks and blogs.
-
Android-Bootstrap
Bootstrap style widgets for Android, with Glyph Icons -
circular-progress-button
Android Circular Progress Button -
SwitchButton
A cute widget of Switch Button for you to create beautiful and friendly UI. -
FloatingActionButton
[DEPRECATED] Android floating action button -
android-process-button
Android Buttons With Built-in Progress Meters. -
fancybuttons
Icons, Borders, Radius ... for Android buttons -
android-circlebutton
Circle button widget for Android -
android-flat-button
FButton - a flat button library for Android -
Floating Navigation View
A simple Floating Action Button that shows an anchored Navigation View -
FABProgressCircle
Material progress circle around any FloatingActionButton. 100% Guidelines. -
FabButton
Android Floating ActionButton with a progress indicator ring -
CounterFab
A FloatingActionButton subclass that shows a counter badge on right top corner -
StickySwitch
โญ๏ธ beautiful switch widget with sticky animation โญ๏ธ -
SlideSwitch
A widget you can slide it to open or close something -
HoldingButton
Button which is visible while user holds it. Main use case is controlling audio recording state (like in Telegram, Viber, VK). -
๐ MediumClap-Android
๐ The Medium's Clapping Effect developed in Android -
ExpandableButtonMenu
[DEPRECATED] An Android library for an expandable button menu -
easyloadingbtn
This is a Material Design loading button -
SubmitDemo
comtomize view submit button which you use for submit operation or download operation and so on. -
hkm-progress-button
Base on android-process-button this is the advanced version of the android-process-button. -
Rx.Widgets
Materially inspired widgets and views that expose RxJava bindings. -
Composable Button Toggle Group
ComposableButtonToggleGroup is the implementation of MaterialButtonToggleGroup for Jetpack Compose -
code7800
Simplified Codes. https://github.com/san7800/code7800 -
Hugo Example
Bersikaplah terbuka terhadap setiap peluang secara fotografis. Memotret apa pun yang menarik mata Anda
Appwrite - The open-source backend cloud platform
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ArrowDownloadButton or a related project?
README
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
- use
reset()
, the button will recover to initial state.
That's all.
Get this into your build
Gradle
- Step1
groovy repositories { maven { url "https://jitpack.io" } }
- Step2
groovy 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
*Note that all licence references and agreements mentioned in the ArrowDownloadButton README section above
are relevant to that project's source code only.