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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T10:53:58+00:00 2026-06-13T10:53:58+00:00

I have an AutoCompleteTextView, and it works nicely, until I add a space to

  • 0

I have an AutoCompleteTextView, and it works nicely, until I add a space to my input. If i had, say, a list of many historical events (Battle of Britain (1940), Battle of the Bulge (1944), [insert lots of battles], Napoleon’s fatal march (1812), [insert lots other historical events]).

When I enter “Battle” or “battle”, I get a list of all battles (although it seems there is a max), and when I enter “britain”, the “Battle of Britain (1940)” appears in the results. However, when I enter a space after “Battle”, all result entries disappear.

I read can’t really find any helpful posts or questions regarding this topic besides this, but that didn’t give me any answers.

Is there a way to have the AutoCompleteTextView keep autocompleting after the insertion of a space?

Edit: I don’t really see the point of adding code, as it’s just an AutoCompleteTextView with an Adapter with Strings, but alright, this happens in onCreate():

auto = (AutoCompleteTextView) findViewById(R.id.auto);
String[] events = getListOfEvents();
ArrayAdapter<String> adapter = new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1, events);
auto.setAdapter(adapter);

where getListOfEvents() simply reads an puts all historical events in a String[]

  • 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-13T10:53:59+00:00Added an answer on June 13, 2026 at 10:53 am

    The auto complete breaks when inserting that space character because under the hood it uses the filter from the adapter that is set on the AutoCompleteTextView(ArrayAdapter in your case). The filter for the default ArrayAdapter uses spaces as a delimiter to break the text of each adapter’s row into words which are then tested against the filter input. This will provide no results because the input filter(which has a space in it) will not match any of the words from the row(as those words don’t have the space at the end). For example the row “Battle of Britain” will not match “Battle “ because “Battle “ will not match any of the words “Battle”, “of” or “Britain” which result from splitting the initial text after ” “.

    If you want to make it work you’ll have to implement your own Adapter which will return a Filter that takes in consideration that space after a word.

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

Sidebar

Related Questions

I have an AutoCompleteTextView , and it works nicely, until I add a space
I have an AutoCompleteTextView which works with a list of cities. The list is
I have AutoCompleteTextView attached to my view, and used ArrayAdapter to populate for list
I have a AutoCompleteTextView and a custom AutoCompleteTextView adapter. my list has 20 items
I have an AutoCompleteTextView control serviced by an 'OnClick' Listener. It extracts a list
I want to use AutoCompleteTextview for a list I have. I am using also
I have a AutoCompleteTextView and I have set OnItemClick , but now I want
We have a AutoCompleteTextView which is able to read from the users-contact-data as a
I have an AutoCompleteTextView and an indeterminate progress bar in a relative layout. The
I have an ArrayAdapter (myAdapter) attached to an AutoCompleteTextView (textView) component. Once the user

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.