Loaders icon indicating copy to clipboard operation
Loaders copied to clipboard

Process dialogs, loading bars, etc.

Loaders

Build Status

Android Arsenal

An animation library consisting of different types of loading animations, progress dialogs, etc.

Usage

Add dependency

dependencies {
    compile 'teamdapsr.loaders:lib:1.0'
}

XML Code:

<teamdapsr.loaders.lib.ConcentricCircleView
		android:layout_height="wrap_content"
		android:layout_width="wrap_content"
		android:id="@+id/view"
		custom:min_radius="40"
		custom:max_radius="120"
		custom:duration="3000"
		custom:animate_color="false"
		custom:circles_count="15"/>

Contribute

If you want to contribute, please add new class in Loaders/lib/java/.

License

WTFPL Badge

Namaste