Popularity
2.7
Stable
Activity
0.0
Stable
105
4
27

Programming language: Java
License: MIT License

SpinnerLoader alternatives and similar packages

Based on the "Progressbar/Progress View Widget" category.
Alternatively, view SpinnerLoader alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of SpinnerLoader or a related project?

Add another 'Progressbar/Progress View Widget' Package

README

SpinnerLoader

Android Arsenal

A loader that measures up Material Design. This is an implemention of http://t.co/sUuYTeKOzp

SpinnerLoader

Usage

only one attribute point_color

<com.fenjuly.mylibrary.SpinnerLoader
        android:id="@+id/one"
        android:layout_marginTop="30dp"
        android:layout_centerHorizontal="true"
        app:point_color="@color/accent_material_dark"
        android:layout_width="40dp"
        android:layout_height="40dp"/>

and one method public void setPointcolor(int color)

setPointcolor(color);

Get into your build

repositories {
    maven {
        url "https://jitpack.io"
    }
}

dependencies {
    compile 'com.github.fenjuly:SpinnerLoader:fd5b8ab578'
}

License

License under MIT


*Note that all licence references and agreements mentioned in the SpinnerLoader README section above are relevant to that project's source code only.