@Override protected void onPreExecute() { super.onPreExecute(); pd = new ProgressDialog(that); pd.setProgressStyle(pd.STYLE_SPINNER); pd.setTitle("Getting File..."); pd.setMessage("Please wait."); pd.setCancelable(true); pd.setCanceledOnTouchOutside(true); pd.setIndeterminate(true); pd.show(); }
@Override protected void onPreExecute() { super.onPreExecute(); }
protected void onPreExecute() { super.onPreExecute(); // mProgressDialog.show(); }