SyntaxFix
Write A Post
Hire A Developer
Questions
ProgressDialog is deprecated since API 26
still you can use this:
public void button_click(View view) { final ProgressDialog progressDialog = ProgressDialog.show(Login.this,"Please Wait","Processing...",true); }