I have used progressDialog in my android application and i have used code as
ProgressDialog progressDialog = new ProgressDialog(this); progressDialog.se
private ProgressDialog Dialog = new ProgressDialog(currentfile.this); Dialog.setMessage(Html.fromHtml("" + "Downloading ..." + "")); Dialog.show();