I want to show ProgressDialog when I click on Login button and it takes time to move to another page. How can I do this?
ProgressDialog
ProgressDialog dialog = ProgressDialog.show(yourActivity.this, "", "Please Wait...");