[android-developers] Re: How to use AutoCompleteTextView with SimpleCursorAdapter

2009-04-10 Thread Paul Moore
_URI and DEFAULT_SORT_ORDER are not defined for this constructor. 2. Where is the CONTENT_URI obtained from? In my case, the SQLiteDatabase that the cursor argument refers to, was filled by reading in the contents of a text file. Many thanks, Paul 2009/4/8 Paul Moore > Hello, > >

[android-developers] How to use AutoCompleteTextView with SimpleCursorAdapter

2009-04-08 Thread Paul Moore
Hello, I have an application that involves reading a text dictionary file with about 7000 entries, and allowing the user to choose one of these. My first approach was to allow the user to select one of these by using a AutoCompleteTextView together with ArrayAdapter. This works, but is very slow (