creating custom android keyboard layout

46,698

Solution 1

Read about creating an input method on the android dev site, specifically the Soft Keyboard example.

Solution 2

You could refer to if you still havent resolved this :)

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

Share:
46,698
jackhab
Author by

jackhab

Updated on August 06, 2020

Comments

  • jackhab
    jackhab almost 4 years

    I'd like to create custom layout for Android 2.3 keyboard. Where do I start? Currently I don't have any experience in Android platform.

    Is it possible to hack the existing keyboard layout so that I will not have to create a new one from scratch?

  • Viren
    Viren almost 12 years
    input method link not working:(
  • Andy
    Andy over 11 years
  • eylion
    eylion over 3 years
    so there is no way to just change the keyboard-layout in res/xml , and keeping default look and behavior?