Articles → Android → Textview Control In Android
Textview Control In Android
What Is Textview?
Example
Click to Enlarge
TextView textView = (TextView)findViewById(R.id.textView3);
textView.setTextColor(Color.RED);
textView.setText("Name");
Output
Click to Enlarge
Posted By - | Karan Gupta |
|
Posted On - | Monday, November 18, 2019 |