Introduction
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
Try to use it in xml design or programmatically.