View for showing progress, error, and empty views. Based on ViewFlipper.
Add this in your root build.gradle
file (not your module build.gradle
file):
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Then, add the library to your module build.gradle
dependencies {
compile 'com.github.fisher3421:ProgressView:0.5'
}