Android:setText()出错_百度知道
textView.setText(message);//这个写到这是错误的,更新UI的事情不能放到其他线程去做,要在UI线程去做//更改后如下//public class ActivityA extends ActionBar...
Android TextView 常见问题与使用总结
使用时需要 String string = getResources().getString(R.string.love_world, nameStr); TextView.setText(Html.fromHtml(string)); 3. 点击文字改...