米娅的android之旅
android开发群群号:84926730
private ProgressDialog progressDialog;
String tip = getBaseContext().getResources().getString(
                R.string.str_thread_progressing);
        progressDialog = ProgressDialog.show(context, "thread is progressing.....", tip,
                true);

new Threas(){
private void run(){
//surround with try..catch..finally{
//progressDialog.dismiss();
}

}.start();

 

posted on 2012-09-11 09:59  程序缘儿  阅读(673)  评论(0编辑  收藏  举报