MaterialList
MaterialList copied to clipboard
How to make the list filterable?
Is there a way to make the list/cards filterable in any way using like a search bar/input text on the top of the activity?
You would need to implement the filtering yourself (you could try using the TAG attribute of the cards). This library only provides the display list.
@royjavelosa, did you managed to make the list filterable?