I have an EditText. I want that after typing some text, when user presses the Done
key of the softkeyboard, it should directly perform some search operation which I have also implemented in a button click event.
I have an EditText. I want that after typing some text, when user presses the Done
key of the softkeyboard, it should directly perform some search operation which I have also implemented in a button click event.