midhunhk / lib-aeapps

A multi module library project for use by android applications, with implementations of features like Multi Contact Picture and wrappers around SMS and Contacts data access.
http://midhunhk.github.io/lib-aeapps/
Apache License 2.0
4 stars 6 forks source link

Add Search Filter for ContactPicker #28

Closed midhunhk closed 4 years ago

midhunhk commented 5 years ago

It would be nice to have a search filter in the ContactPicker.

Possible solutions to implement this feature: https://android.jlelse.eu/search-on-recycler-view-android-e7661479481 https://stackoverflow.com/a/37735562/592025