I have come across to see that ProgressDialog
is now deprecated. What would be alternate one to use in place of that apart from ProgressBar
.
I am using android studio version 2.3.3.
ProgressDialog progressDialog=new ProgressDialog(this);
progressDialog.show();