摘要: 由于性能要求,android要求只能在UI线程中更新UI,要想在其他线程中更新UI,给大家介绍一种方式:使用Handler消息传递机制。下面用这种方式更新一个TextView:package com.example.runonuithreadtest; import android.app.Acti... 阅读全文
posted @ 2015-09-15 10:10 说走咱就走 阅读(200) 评论(0) 推荐(1)