TextView
suggest changeIntroduction
Everything related to TextView customization in Android SDK
Syntax
- TextView (Context context)
- (TextView)findViewById(int id)
- void setText (int resid)
- void setText (CharSequence text)//You can use String as an argument
Remarks
Try to use it in xml design or programmatically.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents