Skip to content

GIGAMOLE/MillSpinners

Repository files navigation

Mill Spinners

[DEPRECATED] The set of useful and beautiful spinners.

DevLight

Android Download Crates.io

Warn

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.

Download

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>

Android SDK Version

MillSpinners requires a minimum SDK version of 10.

MultiArcSpinner

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"/>

CirclesWaveSpinner

You can set such parameters as:

  • speed
  • colors

CubeSpinner

You can set such parameters as:

  • speed
  • colors

DyingLightSpinner

You can set such parameters as:

  • speed
  • color
  • type (CHAIN | BRACKET)

FigureSpinner

You can set such parameters as:

  • speed
  • colors
  • sides
  • roundness
  • rotating

License

Apache 2.0 and MIT. See LICENSE file for details.

Author

Made in DevLight Mobile Agency

Created by Basil Miller - @gigamole

Support

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.

Gratipay Beerpay 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.

About

[DEPRECATED] The set of useful and beautiful spinners.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages