Kaopiz / KProgressHUD

An implement of ProgressHUD for Android, similar to MBProgressHUD, SVProgressHUD for iOS.
Apache License 2.0
1.64k stars 381 forks source link

Is it possible to dismiss the KProgressHUD automatically? #75

Open arkilis opened 1 year ago

arkilis commented 1 year ago

For example, is it possible to dismiss the hud automatically with i.e. 2 seconds?

hud.showWithTimeOut(2000);

Whenever 2 seconds passed, it will dismiss automatically.