I’d like to have a TextView be updated to show what a user has entered in an EditText view in Android.
Is there a way to do this when the EditText view is deselected?
(I know how to change the TextView to display the text entered in EditText, but I can’t find out how to tell when EditText is deselected, if there is a way. Perhaps deselected is the wrong word? When the user has stopped typing and hit enter, at least.)
1 Answer