For the particular application I am developing the built in keyboards are useless for me (I need to support 0-9 and X, del and nothing else). I also am after a UI with large buttons to make it easier to hit the keys.
It is easy enough to come up with a UI with the buttons, but I cannot figure how to make it so that the keyboard doesn't show up at all when the user select the TextView (I'd like them to never see it at all).
I do want the TextView feature of being able to select where the cursor is, otherwise I would punt and use a label.
Is this the wrong way all together and I should do it some other way? If not is there a way to hide the keyboard?