Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7745193
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T09:57:09+00:00 2026-06-01T09:57:09+00:00

I was wondering how I can access the keyboard list that you normally access

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T09:57:10+00:00Added an answer on June 1, 2026 at 9:57 am

    You can do something like this to show the Input Method picker:

    InputMethodManager imm = (InputMethodManager)getApplicationContext().getSystemService(INPUT_METHOD_SERVICE);
    imm.showInputMethodPicker();
    

    Also, you may want to know whether it is necessary to show the dialog. You can do that like this:

    private static final String SERVICE_NAME = "com.yourpackage.keyboard.LatinIME";
    private static final String IME_NAME = "com.yourpackage.keyboard/.LatinIME";
    
    private boolean isMyKeyboardEnabled(){
        List<InputMethodInfo> inputMethods = mImeManager.getEnabledInputMethodList();
        for(InputMethodInfo inputMethodInfo : inputMethods){
            if( SERVICE_NAME.equals(inputMethodInfo.getServiceName()) ){
                return true;
            }
        }
        return false;
    }
    
    private boolean isYourKeyboardSelected(){
        return IME_NAME.equals(Settings.Secure.getString(getContentResolver(), Settings.Secure.DEFAULT_INPUT_METHOD));
    }
    

    In this case LatinIME is the name of the class that extends InputMethodService.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i'm wondering how can I compare in C language, a number I put on
I was wondering how can I list the user tables name with its primary
I'm wondering, and hoping, if I can access and use a specific instance of
Just wondering can anyone tell me how to access the file field variable in
I am new to PHP and I am wondering if I can access an
I was wondering how to go about writing a custom attribute which can access
I now have my Windows Azure environment set up so that I can access
I'm wondering if I can access the knockout.js main viewModel from a method outside
I was wondering if I can access the webcam via a browser plugin e.g.
Hey I was wondering how I can access the front facing camera. Maybe there's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.