TextViewクラスのオブジェクトに表示される文字列を設定します。「TextView」クラスで用意されている「setText」メソッドを使います。 setText public final void setText(CharSequence text) Sets the text that this TextView is to display (see setText(CharSequence)) Related XML Attributes: android:text Parameters: text 表示文字列 1番目の引数には表示する文字列を指定します。 また同じメソッド名で引数の異なるメソッドが多数用意されていますが、バッファータイプを指定するメソッドを見てみます。 setText public void setText(CharSequence text, BufferTyp