Search code examples
androidkeyboardsoft-keyboard

custom android softkeyboard for a particular application


I have created a custom softkeyboard. It works for all the application throughout.

Is it possible to create a softkeyboard so that it can work for a particular application not for all the application.

Any ideas.

Thanks in advance


Solution

  • Here is good explanation of different ways to achieve this.

    The Android Nethack application has a complete and clear source code example of how to create a custom keyboard for an application, how to display it on screen and how to define multiple keyboard layouts. It contains pretty much everything you need to know.

    It is by far the best example I have seen.

    http://code.google.com/p/nethack-android/