When making use of the EditText view, I saw that it returns an Editable data type and not a String. And it has different methods like getEditableText()
.
What is the main difference between String and this other data type Editable ? I could not EditText return a simple String ?
Full Explained are highly appreciated