I have a list in arrayadapter as shown below,
I want to only filter only those list with values less than, greater and between values. How to achieve it?
I have a list in arrayadapter as shown below,
I want to only filter only those list with values less than, greater and between values. How to achieve it?
Try to use Filter / Filterable. Here You can see example how to to implement and create custom filter.