
hello-android.blogspot.com
Hello AndroidFriday, June 3, 2011. Using AutocompleteTextView with SQLite and CursorAdapter. I needed to make an AutocompleteTextView. In an app using data from the database. There is also an example on Android Documentation how to use AutoCompleteTextView. It's working fine until the number of entries is small. But if you have many of them (as it was in my case) everything starts working slower and slower. I also needed to have my own filtering. Our simple layout autocomplete.xml. You must implement constructor, two...
http://hello-android.blogspot.com/