Open Lir10 opened 9 years ago
I dont see any option to filter the adapter if im searching inside the list. for example:
adapter.getFilter().filter(string);
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
BaseEasyAdapter
Filterable
I dont see any option to filter the adapter if im searching inside the list. for example: