Skip to content

View for showing progress, error, and empty views

Notifications You must be signed in to change notification settings

vmtrue/ProgressView

Repository files navigation

ProgressView

View for showing progress, error, and empty views. Based on ViewFlipper.

Gradle Dependency

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'
}

About

View for showing progress, error, and empty views

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages