Whenever I click in the EditText
the Android keyboard popup window appears, but I don't want the keyboard to pop up.
I want to permanently hide the android keyboard popup for my current application.
How can I do this?
Whenever I click in the EditText
the Android keyboard popup window appears, but I don't want the keyboard to pop up.
I want to permanently hide the android keyboard popup for my current application.
How can I do this?
You may try to fake your EditText with a Button like this:
Try This
In the manifest: