[android-developers] Strange issue - AutoCompleteTextView does not show results - CursorAdapter

2009-04-17 Thread Slater
Hi, I have been trying to get my head around this issue, but can't figure out. I have an AutoCompleteTextView which I am populating from a custom adapter that extends CursorAdapter. The data source for the cursor adapter is a table(columns : name and _id) in my database. I have put debug st

[android-developers] Strange issue - AutoCompleteTextView does not show results - CursorAdapter

2009-04-17 Thread Slater
Hi, I have been trying to get my head around this issue, but can't figure out. I have an AutoCompleteTextView which I am populating from a custom adapter that extends CursorAdapter. The data source for the cursor adapter is a table(columns : name and _id) in my database. I have put debug st