Computer Science, asked by rampalpunia492, 11 months ago

compare edittext and textview in android ?

Answers

Answered by aaravgupta49
1

Answer:

hey mate

good morning

TextView is the widget used when you want the user to View the Text (such as a label, etc) and EditText used when you want the user to be able to edit the text. The text in either widget can be set programmatically or via xml using the android:text parameter. ... EditText is used when you expect an input from the user.

Similar questions