示例#1
0
 @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();
 }
示例#2
0
		@Override
		protected void onPreExecute() {
			super.onPreExecute();
		}
    protected void onPreExecute() {
      super.onPreExecute();
      //	mProgressDialog.show();

    }