Android 子线程中更新UI

(Activity)context.runOnUiThread(new Runnable() {
            @Override
            public void run() {
               
            }
        });

你可能感兴趣的:(android,UI,线程,YaphetZhao,Yaphet赵勇)