摘要: 由于性能要求,android要求只能在UI线程中更新UI,要想在其他线程中更新UI,给大家介绍一种方式:使用runOnUiThread(action)方法下面用这种方式更新一个TextView:1. package com.example.runonuithreadtest;2. import an... 阅读全文
posted @ 2015-09-17 11:08 说走咱就走 阅读(1077) 评论(0) 推荐(0)