¡@

Home 

java Programming Glossary: dialog_download_progress

Android: How to run asynctask from different class file?

http://stackoverflow.com/questions/6119305/android-how-to-run-asynctask-from-different-class-file

DownloadFile extends Activity public static final int DIALOG_DOWNLOAD_PROGRESS 0 private ProgressDialog mProgressDialog private static String.. protected Dialog onCreateDialog int id switch id case DIALOG_DOWNLOAD_PROGRESS mProgressDialog new ProgressDialog this mProgressDialog.setMessage.. void onPreExecute super.onPreExecute showDialog DIALOG_DOWNLOAD_PROGRESS @Override protected String doInBackground String... aurl try..