Android更新Ui的几种方法和见解,常用的更新ui有 -handler.sendMessage(); -handler.post(); -在activity中可以runOnUiThread(); -在子view中可以view.post()