I have a ListView using a custom ArrayList adapter - what's the best way to implement filtering ? An
- by Eno
Subject says it all. I have seen examples implementing a custom Filter. The Android developer docs talk about implementing a Filterable interface. Does anyone have any advice and/or sample code on the best way to implement filtering in a ListView ?