set Text
Sets the text to be displayed using a string resource identifier.
Parameters
res Id
the resource identifier of the string resource to be displayed
Sets the text to be displayed using a string resource identifier and the TextView.BufferType.
Parameters
res Id
the resource identifier of the string resource to be displayed
type
a TextView.BufferType which defines whether the text is stored as a static text, styleable/spannable text, or editable text
Sets the text to be displayed.
Parameters
text
text to be displayed
Sets the text to be displayed and the TextView.BufferType.
Parameters
text
text to be displayed
type
a TextView.BufferType which defines whether the text is stored as a static text, styleable/spannable text, or editable text