8

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?

jackhab
  • 17,128
  • 37
  • 99
  • 136
  • 3
    Hi, check [this](http://stackoverflow.com/questions/1858950/set-custom-keyboard-for-android-application). – Pasha Feb 23 '11 at 13:44
  • And check [this](http://stackoverflow.com/questions/3480715/how-to-develop-a-soft-keyboard-for-android) – Heidar Feb 23 '11 at 17:50

2 Answers2

6

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

Shashank
  • 462
  • 1
  • 8
  • 26
Robby Pond
  • 73,164
  • 16
  • 126
  • 119