I have a EditText. I wamt tp do something, when the user presses the Enter key while changing EditText. How can I do that?
EditText
The
You need to use TextWatcher for this purpose. Here is an example on how to work with TextWatcher and Android textwatcher API.