ProgressDialog progress = new ProgressDialog(this); progress.setTitle("Title"); progress.setMessage("In Processing"); progress.setCancelable(false); progress.show(); .. // To dismiss the dialog progress.dismiss();