I was wondering how I can access the keyboard list that you normally access by going to…
settings>language and keyboard>Input methods
I want that “list” of keyboards to pop up and the user to be able to select it, all within my application.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do something like this to show the Input Method picker:
Also, you may want to know whether it is necessary to show the dialog. You can do that like this:
In this case LatinIME is the name of the class that extends
InputMethodService.