MaterialSearchView icon indicating copy to clipboard operation
MaterialSearchView copied to clipboard

Allow user to create a custom adapter.

Open AdamMc331 opened this issue 8 years ago • 2 comments

Currently the library handles the adapter itself using a cursoradapter. Let's give the user the option to override this - which will also give them freedom to display the suggestion items.

AdamMc331 avatar Jan 24 '17 22:01 AdamMc331

I'm thinking of moving this to v 2.0. It's not a minor change at all, and the default CursorAdapter will probably change once we migrate from ListView to RecyclerView (as per #99).

Mauker1 avatar May 04 '18 17:05 Mauker1

The ListView was migrated to a RecyclerView but this adapter change is still pending. I need to make the add/query/remove methods return if the user is using a custom adapter. Also, I'm Pushing this to 2.1.0.

Mauker1 avatar Feb 09 '21 05:02 Mauker1