When creating an IME for Android, you need to support an on-screen keyboard (OSK) by overriding many InputMethodService methods such as onCreateInputView ().
Is there a way to use the on-screen keyboard from default IME users. For example, you can say that the default IME for Android is the default IME by default. When using my IME, there is a way to use OSK from the default IME for Android, instead of manually handling the whole thing (including prediction, etc.). I do not want to replace users on the on-screen keyboard with this IME.
Alternatively, I could probably pull the source for the default Android keyboard and use this.
android android-softkeyboard ime on-screen-keyboard
Halsafar
source share