Reputation: 12905
I'm trying to find a solution for following thing.
Autocompletetextview with filtering on sqlite side.
I guess, I should write custom CursorAdapter, which implements Filterable, but I have no idea, where to start.
Did anybody see any examples / tutorials for that?
Mur
Upvotes: 1
Views: 2339
Reputation: 12905
So here is a post as answer to my question.
http://hello-android.blogspot.com/2011/06/using-autocompletetextview-with-sqlite.html
Hope it helps for someone else.
Upvotes: 1