what is the difference between edittext and appcompactedittext?
what is the difference between button and appcompactbutton?
Answers
Answered by
0
Answer:
I read the API's and see that TextView is a super class to EditText, but I have a short and simple question: Generally speaking, 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. Is this correct?
Hope this will Help you..
Answered by
0
Answer:
EditText is used for user input. TextView is used to display text and is not editable by the user. ... 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.
Similar questions