使用runOnUiThread更新UI

用法:ide

runOnUiThread(new Runnable() {
    @Override
    public void run() {
        // TODO 
    
    }
});
相关文章
相关标签/搜索