TextView系列:setText()与append()

Posted zhangjin1120

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TextView系列:setText()与append()相关的知识,希望对你有一定的参考价值。

  • setText()每次覆盖之前显示的内容。
  • append()接着上次显示的内容继续显示。

以上是关于TextView系列:setText()与append()的主要内容,如果未能解决你的问题,请参考以下文章

textView.setText();崩溃

在其他方法 Android 中使用 Textview.setText

为啥 setText() 在 TextView 上的以下代码中不起作用?

Android TextView setText 覆盖之前的Text

在 onPreExecute() 内部调用时 TextView.setText() 的 NullPointerException

Android TextView : “Do not concatenate text displayed with setText”