摘要: 由于性能要求,android要求只能在UI线程中更新UI,要想在其他线程中更新UI,给大家介绍一种方式:使用Handler的post(Runnabel r)方法下面用这种方式更新一个TextView: 1 package com.example.runonuithreadtest; 2 impor... 阅读全文
posted @ 2015-09-18 09:29 说走咱就走 阅读(209) 评论(0) 推荐(0)