Skip to content

liangchen-harold/SVProgressHUD-Android

Repository files navigation

SVProgressHUD-Android

The SVProgressHUD equivalent for Android by Lcsky.

Improvement is welcome!

Usage

To show up:

SVProgressHUD.showInView(YourActivity.this, "Loading...", true);

To show and dismiss with delay in seconds:

SVProgressHUD.showInViewWithoutIndicator(YourActivity.this, "Loading...", 1.5f);

To dismiss:

SVProgressHUD.dismiss(YourActivity.this);

About

The SVProgressHUD equivalent for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages