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.
1.4m articles
1.4m replys
5 comments
57.0k users