Home

Awesome

#WaveLoading

This library provides a wave loading animation as a Drawable.

screenshot

How to use

Add dependency:

compile 'com.race604.waveloading:library:1.1.1'

Use in your project with only one line:

Drawable mWaveDrawable = new WaveDrawable(otherDrawable);

// Use as common drawable
imageView.setImageDrawable(mWaveDrawable);

Other configurable APIs:

License

MIT