Reputation: 3866
I have a customized keyboard, that is installed, and is used when you change input method. I would like to use this keyboard in my application, not as an installed soft keyboard, but as a keyboard that pops only in my application\part of the application.
How can I do this (and use same code).
Upvotes: 1
Views: 350
Reputation: 31503
here is an example http://code.google.com/p/android-misc-widgets/source/browse/trunk/android-misc-widgets/src/org/miscwidgets/widget/VirtualKeyboard.java?r=17
Upvotes: 1