In onCreate()
I'm showing a ProgressDialog
and then calling AsyncTask
which is non Activity
. In this situation the screen goes black up to 30 seconds. How can I
resolve black ui issue?
this from Activity
showdialog("Your call is being connected with available agent...Please wait!");
response = new GetAvailableLink(ConferenceActivity.this).execute()
.get();