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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T19:24:53+00:00 2026-06-11T19:24:53+00:00

We have a chat app for which we recently implemented native android keyboard. Further

  • 0

We have a chat app for which we recently implemented native android keyboard. Further in addition to this we are implementing multiple autocomplete using MultiAutoCompleteTextView. Thiscan done by creating a custom tokenizer using the standard procedure as mentioned in Android Docs

Everything seems to be working fine except for one issue that on converting EditText to MultiAutoCompleteTextView or AutoCompleteTextView android dictionary suggestions stop appearing. Being a chat app it is of utmost importance to our users that we show dictionary suggestions.

There are couple of other people who have posted similar question but they I think dint receive much community attention.
AutoCompleteTextView doesn't show dictionary suggestions

On the contrary one post on StackOverflow suggests that he is able to see dictionary suggestions asking for way to disable it.
AutoCompleteTextView without dictionary hints

Following some suggestions I added

android:inputType="textAutoCorrect"

but that too wasn’t of any help.

I have to simple questions:

  1. Is it possible to have dictionary in AutoCompleteTextView or MultiAutoCompleteTextView?

  2. In case this is possible, how to do it?

Thanks in advance.

  • 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-11T19:24:55+00:00Added an answer on June 11, 2026 at 7:24 pm

    You should set the key listener with autocomplete. It looks like AutoCompleteTextView ignores the xml “autocomplete” value, so you can do this programatically.

    I do this after the AutoCompleteTextView has been created and works for me. You need to specify a Capitalize, usually NONE.

    TextKeyListener input =
        TextKeyListener.getInstance(true, TextKeyListener.Capitalize.NONE);
    myAutoComleteTextView.setKeyListener(input);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i'm building an android application which have a chat. in this chat i each
I have a chat app which needs to save history (similar to the native
I used to have a small chat app(which was almost working), that uses PHP,
I have used the signalR chat app (as laid out in this tutorial http://sergiotapia.com/2011/09/signalr-with-mvc3-chat-app-build-asynchronous-real-time-persistant-connection-websites/
I'm writing a little chat app, and I have this event handler: void o_Typing(object
I am creating an app in Android which implements Chat feature in it. I
I'm working on a chat app for both Android and for PCs, which communicates
I have in my app a chat component which has a JTextArea on it.
So I have an app that includes peer to peer chat, which is only
I have built an Android chat application. It has a TCP server which is

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.