我想为Android 2.3键盘创建自定义布局。我从哪里开始?目前我在Android平台上没有任何经验。
是否有可能破解现有的键盘布局,以便我不必从头开始创建一个新的?
答案 0 :(得分:6)
了解如何在android dev网站上创建input method,特别是Soft Keyboard示例。
答案 1 :(得分:3)
你可以参考,如果你还没有解决这个问题:)
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