Is it possible in some way to retrieve the input of an EditText without needing to add a dedicated button underneath (e.g. “SET”), just by touching the “Done” button on the emerging keyboard (Android 2.3.1)?
And if yes, can I somehow handle this event for proceeding to further actions?
try this
As for the second part what do you mean by somehow handle this event for proceeding to further actions?