views:

39

answers:

0

Hello folks,

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