1

I have a list in arrayadapter as shown below,

enter image description here

I want to only filter only those list with values less than, greater and between values. How to achieve it?

1 Answers1

1

Try to use Filter / Filterable. Here You can see example how to to implement and create custom filter.

iknow
  • 8,358
  • 12
  • 41
  • 68