[android-developers] AutoCompleteTextView and SimpleCursorAdapter

2010-06-06 Thread EvgenyV
Hi All, I'm using AutoCompleteTextView with SimpleCursorAdapter. It works properly except one issue: I can't get regular list dropdown view. When performing filtering the lines are narrow. I've tested API Demos AutoCompelte1 example and got the "normal" dropdown view when using ArrayAdapter. Is th

[android-developers] AutoCompleteTextView and SimpleCursorAdapter

2009-04-14 Thread ppmoore
Hello, I am trying to connect a AutoCompleteTextView with a SimpleCursorAdapter, which narrows down the selection of a list of words, when the user starts typing. Following some other posts here, I've come up with the following code, but it doesn't work. I defined a FilterQueryProvider runQuery(