Android Filter ListView by BaseAdapter
问题 i'm try to write simple filtering ListView by this below code. but that does not work correctly in this code i'm using ContactListStructure class structure as: public class ContactListStructure implements Serializable { public Long id; public String name; public String mobile; public Bitmap photo; public Boolean checked; ... } and i'm fill this class as an ArrayList with phone contacts. after fill that i'm set this list into ListView without any problem,then i'm try to fillter this list by: /