For my Android app I need to show numeric keyboard when the user clicks on an image, but without showing an EditText. I want to then be notified when the user pressed a specific key, so that I can handle UI appropiately.
How could it be done? Thank you