在子线程中创建dialog

在子线程中创建dialog:

 

Thread action = new Thread(){

public void run(){

Looper.prepare();

todo();

Looper.loop();

}

};

action.start();

posted @ 2023-05-22 21:20  叫金克丝爆爆  阅读(128)  评论(0)    收藏  举报