what is difference between edittext and textview
Answers
Answered by
0
Hey
Thanks for asking this question.
EditText is used when the text displayed is subject to change, whether it's from the user or the app.
TextView is used when the text displayed is to be constant/same forever.
EditText is used for user input.
TextView is used to display text and is not editable by the user.
TextView can be updated programatically at any time.
Hope it helps.
Thanks for asking this question.
EditText is used when the text displayed is subject to change, whether it's from the user or the app.
TextView is used when the text displayed is to be constant/same forever.
EditText is used for user input.
TextView is used to display text and is not editable by the user.
TextView can be updated programatically at any time.
Hope it helps.
Similar questions