我想为Android 2.3键盘创建自定义布局。我从哪说起呢?目前我没有任何Android平台的经验。创建自定义Android键盘布局
是否有可能破解现有的键盘布局,使我不必从头创建一个新的键盘布局?
我想为Android 2.3键盘创建自定义布局。我从哪说起呢?目前我没有任何Android平台的经验。创建自定义Android键盘布局
是否有可能破解现有的键盘布局,使我不必从头创建一个新的键盘布局?
阅读有关在android dev网站上创建input method,特别是Soft Keyboard示例。
您可以参考,如果你仍然还没有解决这个:)
http://tutorials-android.blogspot.com/2011/06/create-your-own-custom-keyboard-for.html
http://developer.android.com/resources/samples/SoftKeyboard/index.html
http://developer.android.com/reference/android/inputmethodservice/Keyboard.html
http://developer.android.com/reference/android/inputmethodservice/KeyboardView.html
嗨,检查[这](HTTP:// stackoverflow.com/questions/1858950/set-custom-keyboard-for-android-application)。 – Pasha 2011-02-23 13:44:03
并检查[this](http://stackoverflow.com/questions/3480715/how-to-develop-a-soft-keyboard-for-android) – Heidar 2011-02-23 17:50:05