I would like the keyboard not to happen when the user touched the enter was not for the next EditText.
How can I do this?
I would like the keyboard not to happen when the user touched the enter was not for the next EditText.
How can I do this?
This code should solve your problem: myEditText.setImeOptions(EditorInfo.IME_ACTION_NONE);