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

progress bar not showing progress while working with async task #28

Open vekain opened 7 years ago

vekain commented 7 years ago

The bar determinate progress bar is not showing the progress while working with the Async task

tuanna-hsp commented 7 years ago

I have not checked yet but maybe you should use AsyncTask's publishProgress() accompanied by onProgressUpdate() to perform any UI updates. Don't update progress bar directly inside doInBackground()

If you have tried as above but the progress is still not showing then I will try to investigate further.

vekain commented 7 years ago

ok i will try it