I have an EditText
in my app that brings up a keyboard when tapped. When the return key is pressed, I'd like to call a Java method. Is there any boolean
or method that will allow me to perform this action? I've been looking around the documentation for something that will help me, but I'm not sure exactly how to use it.
If it is not possible, is there any way to remove or disable the return key, or change it to a "Done" key on the keyboard?