I\'m developing an application on a hardware device that has a built-in hardware keyboard that does not slide out so is always visible (like a blackberry). Therefore, I NEV
An easy workaround for tomorrow presentation:
I would create a new IME with an empty view. Here are two openSource projects for you to look at some code.
If you want to know more about input methods, go to Creating an input method.