コード例 #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
ファイル: AppAdapter.java プロジェクト: keoyauthin/File_Quest
		@Override
		protected void onPreExecute() {
			super.onPreExecute();
		}
コード例 #3
0
    protected void onPreExecute() {
      super.onPreExecute();
      //	mProgressDialog.show();

    }