[DEPRECATED] The set of useful and beautiful spinners.
This library is not more supported.
If you want to add new feature or fix a bug, grab source code and do it.
If you think your fix or feature would be useful to other developers,
I can add link of your repository to this README file.
Thank you for using our libraries.
The library contains following spinners:
You can check the sample app here.
You can download a .jar
from GitHub's releases page.
Or use Gradle jCenter:
dependencies {
repositories {
mavenCentral()
maven {
url 'http://dl.bintray.com/gigamole/maven/'
}
}
compile 'com.github.gigamole.millspinners:library:+'
}
Or Gradle Maven Central:
compile 'com.github.gigamole.millspinners:library:1.0.1'
Or Maven:
<dependency>
<groupId>com.github.gigamole.millspinners</groupId>
<artifactId>library</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
MillSpinners
requires a minimum SDK version of 10.
You can set such parameters as:
- speed
- colors
- reversibility
- color
- autostart
- roundness
- slowdown
Also given the opportunity to start and finish the animation by hand.
These settings can be made as programmatically and through XML
.
It includes a set of three color schemes by default.
Check out an code example:
<com.gigamole.millspinners.lib.MultiArcSpinner
android:id="@+id/multiArcSpinner"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ff242624"
arc_spinner:rounded="true"
arc_spinner:autostart="false"
arc_spinner:speed="5000"
arc_spinner:slowdown="false"/>
You can set such parameters as:
- speed
- colors
You can set such parameters as:
- speed
- colors
You can set such parameters as:
- speed
- color
- type (
CHAIN
|BRACKET
)
You can set such parameters as:
- speed
- colors
- sides
- roundness
- rotating
Apache 2.0 and MIT. See LICENSE file for details.
Made in DevLight Mobile Agency
Created by Basil Miller - @gigamole
If you'd like to support future development and new product features, please make a payments on Gratipay and Beerpay or become a patron on Patreon.
Also, if you use this library in applications that are available on Google Play, please report it to us or author.
Thanks in advance.