How does an Android app load a keyboard?
问题 I need to bring up a few different keyboards: a 'standard' keyboard with Ctrl and Alt keys; maybe a cursor pad; and so on. I have found the Keyboard class, which would let me define a keyboard in an XML resource. I have found that the KeyboardView class has a setKeyboard method ... and, so far, I have not found any other class that takes a Keyboard instance. How am I supposed to use the KeyboardView ? I tried adding one to my activity's XML; finding it at runtime with findViewById ; and then