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 9127673
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:20:12+00:00 2026-06-17T07:20:12+00:00

I am working on create custom keyboard. I got such a good and useful

  • 0

I am working on create custom keyboard. I got such a good and useful demo for that from Here. I want to create multiple theme of keyboard, so i create another layout for keyboard, but now problem is i don’t know how to set the layout of current keyboard or have to load keyboard newly or have to do something else.. to change the design of keyboard don’t have any Idea.

My concept is user have to choose the keyboard theme from activity and the keyboard design will change.

Can anybody help me or have any idea to push this problem out..?

  • 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-17T07:20:13+00:00Added an answer on June 17, 2026 at 7:20 am

    Get solution to change the layout of custom keyboard.

    When keyboard first time load onCreateInputView() is called. After that when keyboard open onStartInputView(EditorInfo attribute, boolean restarting) called every time.

    So, now layout of keyboard(Theme) have to define in onCreateInputView() Like This

    public KeyboardView mInputView;
    public View onCreateInputView() {
    
        SharedPreferences pre = getSharedPreferences("test", 1);
        int theme = pre.getInt("theme", 1);
    
        if(theme == 1)
        {
            this.mInputView = (KeyboardView) this.getLayoutInflater().inflate(R.layout.input, null);
        }else
        {
            this.mInputView = (KeyboardView) this.getLayoutInflater().inflate(R.layout.input_2, null);
    
        }
        this.mInputView.setOnKeyboardActionListener(this);
        this.mInputView.setKeyboard(this.mQwertyKeyboard);
        return this.mInputView;
    }
    

    and do this in onStartInputView

    public void onStartInputView(EditorInfo attribute, boolean restarting) {
        super.onStartInputView(attribute, restarting);
    
        setInputView(onCreateInputView());
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For an application that I am working on I want to create a custom
I am working with jQuery 1.7.2. I have create a custom plug-in that loads
How to create custom NSSlider that is working exactly as slider in System Preferences
I am working with the Silverlight RIA Services and I want to create custom
I am learning how to create custom Wordpress theme from this page and everything
I've create a Custom Object/Action/Aggregations for my app. https://graph.facebook.com/10151038251679973 All is working fine but
I am working on a Wordpress-Design and i want to creat a Custom Menu.
I am working to create an app in which there are multiple stages- in
i create my own custom keyBoard with different Languages? I get help with sample
I am working on to create a custom control inherited by CheckboxList control. We

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.