You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This I want to override and use my own CustomAdapter getFilter() to filter items with contains() instead of startsWith()
It's not working, when I setOnSearchTextChangedListener still working as startsWith().
If I am wrong please tell me what is the correct way to implement contains search on top of this library. Thank you
The text was updated successfully, but these errors were encountered:
This I want to override and use my own CustomAdapter getFilter() to filter items with contains() instead of startsWith()
It's not working, when I setOnSearchTextChangedListener still working as startsWith().
If I am wrong please tell me what is the correct way to implement contains search on top of this library. Thank you
The text was updated successfully, but these errors were encountered: