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 pd = new ProgressDialog(yourActivity.this); pd.setMessage("loading"); pd.show();
And that's all you need.
2.1m questions
2.1m answers
60 comments
57.0k users