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();

20 Answers
20

Leave a Reply

Your email address will not be published. Required fields are marked *