Articles → Android → Textview Control In Android

Textview Control In Android






What Is Textview?





Example




Picture showing the textview control added inside the constraintlayout
Click to Enlarge



TextView textView = (TextView)findViewById(R.id.textView3);
textView.setTextColor(Color.RED);
textView.setText("Name");



Output


Picture showing the output of textview control in android
Click to Enlarge


Posted By  -  Karan Gupta
 
Posted On  -  Monday, November 18, 2019

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250