How to make the "OK" button of the numeric keyboard of android execute the button action?



I have an EditText which InputType is Numeric (numberPassword), and a Button"Connect". What I want to realize is: when the user inserts some integer values in the EditText and then press the OK key of the numeric keyboard ==> The action of the "Connect" Button should be executed


How can I realize that?


No comments:

Post a Comment