set new filter for adapter android code example
Example: android listview search filter custom adapter kotlin
val poisArray = listOf(
PoiDao(1, "Taco Bell", "Athens", "Restaurant"),
PoiDao(2, "McDonalds", "Athens","Restaurant"),
PoiDao(3, "KFC", "Piraeus", "Restaurant"),
PoiDao(4, "Shell", "Lamia","Gas Station"),
PoiDao(5, "BP", "Thessaloniki", "Gas Station")
)