I have a ListView using a custom ArrayList adapter - what's the best way to implement filtering ? An

Posted by Eno on Stack Overflow See other posts from Stack Overflow or by Eno
Published on 2010-06-18T16:19:51Z Indexed on 2010/06/18 16:23 UTC
Read the original article Hit count: 158

Filed under:
|
|
|

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 ?

© Stack Overflow or respective owner

Related posts about android

Related posts about listview