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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T16:14:52+00:00 2026-06-05T16:14:52+00:00

I tried some variants, one of them: tv.addTextChangedListener(new TextWatcher() { @Override public void beforeTextChanged(CharSequence

  • 0

I tried some variants, one of them:

tv.addTextChangedListener(new TextWatcher() {
  @Override
  public void beforeTextChanged(CharSequence charSequence, int i, int i1, int i2) {}
  @Override
  public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {
    tv.showDropDown();
  }
  @Override
  public void afterTextChanged(Editable editable) {}
});

But, dropdown suggestions shows and hides at once (looks like blink). Is there any way to show drop down after editing text?

Also I added a button (for the test) and added an onclick listener to it, which calls tv.showDropDown(); method and it works well, how I have expected (it means (IMHO) that there is no problems in BaseAdapter, Filter, etc).

  • 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-05T16:14:54+00:00Added an answer on June 5, 2026 at 4:14 pm

    I don’t think you must be doing all this.. autocomplete should be like automatic..

    as in you must just tell it the data that it has to use for autocomplete and voilla you are done. You need not manually do tv.showDropDown()

    AutoCompleteTextView textView = (AutoCompleteTextView) findViewById(R.id.autocomplete_country);
    ArrayAdapter<String> adapter = new ArrayAdapter<String>(this, R.layout.list_item, COUNTRIES);
    textView.setAdapter(adapter);
    

    where COUNTRIES is an array of string

    look here http://developer.android.com/resources/tutorials/views/hello-autocomplete.html

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

Sidebar

Related Questions

Complete new person to Ruby and Rails here... Have tried some tutorials in the
List<string> arguments = new List<string>(Environment.GetCommandLineArgs().Skip(1).Take(4)); int variant = consoleOptions.HandleInput(arguments); public int HandleInput(List<string> input) {
I tried some add to favorties JavaScript scripts.. With IE8, I get an access
Just tried some small graphics application of mine on Windows 7, and I'm getting
I tried some codes but after it is send to mail account, it is
I've tried some codes like string s = this is example; txt1TextBlock.Text = Thread.CurrentCulture.TextInfo.ToTitleCase(s);
I've tried some tools for generate automatically class diagrams from the java source code
Possible Duplicate: Git: Revert to previous commit status I've tried some changes in my
I have google'd it, and tried some examples, but I always get stuck. This
I'm just curious to know about this.When i heard about Spring.net and tried some

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.