Custom 'Keyboard' built in an application on Android

后端 未结 3 1247
暗喜
暗喜 2020-12-06 04:37

I\'ve been looking to create a custom keyboard for my application. At first, I started to look at the SoftKeyboard for the SDK examples, but reading the Android Developer Gr

3条回答
  •  失恋的感觉
    2020-12-06 05:05

    In my humble opinion you should take a look at the beginning of reference about keyboard and keyboard view http://developer.android.com/reference/android/inputmethodservice/Keyboard.html and http://developer.android.com/reference/android/inputmethodservice/KeyboardView.html.

    There you can see an example of defining keyboard using XML file. I think that this is what you are looking for.

提交回复
热议问题