How to stop the android soft keyboard from ever coming up in my entire application

前端 未结 5 672
广开言路
广开言路 2020-12-18 11:37

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

5条回答
  •  萌比男神i
    2020-12-18 12:07

    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.

    • GreekIME at googlecode
    • softkeyboard at googlecode

    If you want to know more about input methods, go to Creating an input method.

提交回复
热议问题