I have an activity with one EditText where I need to input numbers only.
Now, I have defined the Input Type for my EditText to be number only and have drawn up a pretty
In Whichever Edittext you need to disable the soft keyboard, add attribute in xml of that edit text.
It will stop the execution of soft keyboard.