Android Question Selecting Soft Keyboard in Code

stevew

Member
Licensed User
Longtime User
In my app I have a need to use different keyboards. Users need to be able to type, use voice recognition, or handwriting.

Does anyone know how to do this. The IME library doesn't seem to have any methods for selecting from loaded keyboards, and I have been unable to find any examples.

I want to use Google Voice, Google Handwriting, and any typing keyboards loaded on the device I would like the user to select from these without exiting from my app so that they can change input methods mid stream when writing reports.

Thanks in advance for any assistance.
 
Top