Loaders

Additional

Language
Java
Version
N/A
Created
Jun 3, 2015
Updated
Mar 8, 2018 (Retired)
Owner
Devesh Khandelwal (devkhan)
Contributors
The Gitter Badger (gitter-badger)
Rajan Maurya (therajanmaurya)
Pawan Pal (pa1pal)
Devesh Khandelwal (devkhan)
4
Activity
Badge
Generate
Download
Source code

Loaders

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

Namaste