Android 1.5 How-to Input methods Creating an Input Method To create an input method (IME) for entering text into text fields and other Views, you need to extend the InputMethodService . class. T...
Android 1.5 Input methods User Interface On-screen Input Methods Starting from Android 1.5, the Android platform offers an Input Method Framework (IMF) that lets you create on-screen input methods such as ...