[android-developers] problem in AutoCompleteTextView

2009-12-25 Thread Nemat
Hi Friends I am working on AutoCompleteTextView.Its working fine and doen't give any error.Now the problem I am facing is,suppose we have 3 words starting from A,when I start typing the letter A,It shows all the three words.If we have three words like An,Am,Az,when I type n after A,two other

[android-developers] problem with AutoCompleteTextView

2009-05-09 Thread davidyu
I use SearchAdapter extends CursorAdapter implements Filterable I want to show two items in AutoCompleteTextView, just like Google Search, one is queryResult ,another is query numbers. I have get the cursor of google search by method runQueryOnBackgroundThread . But I don't know how to fill