0

I am using this Example to Create ProgressView and It work fine. But In My SplashScreenActivity How can I Stop the ProgressView when the AsyncTask is done.And I can't found how to Stop this ProgressView. Any Help be Appreciated.

Harshad
  • 1,344
  • 1
  • 10
  • 25

1 Answers1

0

Nobody can stop the progress view!

Our only chance is to hide it with

progressView.setVisibility(View.GONE);
keith
  • 3,105
  • 2
  • 29
  • 34