ribot / easy-adapter

[DEPRECATED] Easy Adapters library for Android
http://ribot.github.io
Apache License 2.0
421 stars 50 forks source link

Filtering the list #30

Open Lir10 opened 9 years ago

Lir10 commented 9 years ago

I dont see any option to filter the adapter if im searching inside the list. for example:

adapter.getFilter().filter(string);
ivacf commented 9 years ago

You will have to extend BaseEasyAdapter and implement Filterable. Someone asked this question before. Please have a look at https://github.com/ribot/easy-adapter/issues/28