Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

creating custom android keyboard layout [duplicate]

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?

like image 753
jackhab Avatar asked Feb 23 '11 13:02

jackhab


1 Answers

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

like image 120
Robby Pond Avatar answered Oct 21 '22 12:10

Robby Pond