I have got an edit text where I want that when someone insert her values it will narrow his option’s .
the options are stored in a DB (up to 1200 values to one editbox ).
i cant get the concept of how to do it can someone help me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Use a AutoCompleteTextView…You’ll need a Cursor Adapter for it.
Here’s an example
If you need to enter multiple Values into the textbox, use a MultiAutoCompleteTextView…Works with Tokens.
Hope it helps!