
UIThread
ndzj981479673
研究生
展开
-
runOnUiThread和在子线程运行
// A instance of Activity .... . runOnUiThread(new Runnable() { public void run() { TextView textBox= (TextView)getViewById(R.id.textbox);原创 2014-08-12 16:51:11 · 1836 阅读 · 0 评论 -
在非主线程里处理bitmap
不能在main ui线程里load网络图片,启动一个异步taskshould not be executed on the main UI thread if the source data is read from disk or a network location (or really any source other than memory)For example, it’s no翻译 2014-08-28 20:15:20 · 908 阅读 · 0 评论