How to implement a custom keyboard for the program? I am engaged in the Android recently, I write a matrix calculator, it does not suit me that, with landscape orientation, the clave takes up a lot of space. I want to make a neat keyboard with two lines (in landscape orientation with one).

  • A simple, handy example for those who need something that is not very complicated

1 answer 1

To implement a custom keyboard, you need to create your input method: Creating an Input Method . An example is in the SDK - this is SoftKeyboard. It can be used as a base for your keyboard.