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

  • Home
  • SEARCH
  • 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 7636953
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T07:49:04+00:00 2026-05-31T07:49:04+00:00

I have one autocompleteTextview, where i am loading a string array in to it..

  • 0

I have one autocompleteTextview, where i am loading a string array in to it.. so that i can search the data by typing the firstletter .Now i need to load a list on selecting each item in autocomplete textview .. How is it possble?

this is my autocompletetextview

autocomplete = (AutoCompleteTextView) customView.findViewById(R.id.myautocomplete);
ArrayAdapter<String> adapter = new ArrayAdapter<String>(MainActivity.this,
                    android.R.layout.simple_dropdown_item_1line, ENTON_WEB);
autocomplete.setAdapter(adapter);

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-05-31T07:49:05+00:00Added an answer on May 31, 2026 at 7:49 am
    String s1="xcv";
    String s2;
    String [] search=new String[20];<---- this is your search list
    /** Called when the activity is first created. */
    @Override
    public void onCreate(Bundle savedInstanceState) {
    
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
    
        ac=(EditText)findViewById(R.id.editText1);
        ListView lv=(ListView)findViewById(R.id.listView1);
        //ac.setThreshold(3);
        //l.add("pp");
        s2=ac.getText().toString();
        adapter=new ArrayAdapter<String>(this,
                android.R.layout.simple_list_item_1,
                l);
                //adapter.add("pp");
        lv.setAdapter(adapter);
        lv.setOnItemClickListener(mMessageClickedHandler);
        new Thread(new Runnable() {
              public void run() {
    
              while(infra){
    
                  s2=ac.getText().toString();
              if(s1!=s2 && s2.length()>=1){
    
                  s1=s2;
    for(int=0;i<20;i++)
    {
    int index=search[i].index(s1);
    if(index >-1)
    {
     lst.add(search[i])<----- lst is the arraylist of strings you should create
    }
    }
    }
    
            }
                  runOnUiThread(new Runnable() {
                         public void run() {
                             adapter.clear();
                             for(int z=0;z<k;z++){
    
                                 adapter.add(s[z]);
                             }
                             adapter.notifyDataSetChanged();
    
    
    
                        }
                    });
    
    
              }
    
    
              }
    
    
    
              }}).start();
    
    
    
    
    }
    
    
    
    private OnItemClickListener mMessageClickedHandler = new 
             OnItemClickListener() {
                 public void onItemClick(AdapterView<?> parent, View v, int position, long id){
                     infra=false;
                     String s=d[position];
                     finish();
                     Intent k=new Intent(InfrapagesActivity.this,InfrapagesActivity.class);
                     startActivity(k);
                     Intent i=new Intent(this,nextactivity.class);
                     i.putExtra("hash",s);
                     startActivity(i);
    
    
                 }
    };
                 }
    

    next activity

    public class nextactivity extends ListActivity{
     public void onCreate(Bundle savedInstanceState) {
            super.onCreate(savedInstanceState);
             type = getIntent().getExtras().get("hash").toString();....
    

    you can search using the string “type” and populate the list…

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

Sidebar

Related Questions

I have one field that I need to sum lets say named items However
I have one data model 'object' with fields->object_id, object_name. That is: http://localhost:3000/objects/ I have
I have one Python module that can be called by a CGI script (passing
I have one class that shows me a list of Items. Right now I
I have one table DataDollar...and 2 columns LineNmbr & DollarAmt in that. I need
Have one. Fla (Flash) file that uses ActionScript 1.0. Need to have it in
have one time consuming step that flattens a bunch of files. basically i'd like
I have one thread that writes results into a Queue. In another thread (GUI),
I have one hibernate sequence, that generates all sequence-numbers in my app. When I
I have one text input and one button (see below). How can I use

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.