I am developing an android app where user perform check box selection and at that time total number of displaying item get changed like this link
My data is also at client side. How can I perform same operation like above in android? I am using android api 16.
ListViewandGridVieware easily filterable by manipulating theListAdapterfrom which they draw data. But this would require custom data objects and overriding filtering methods of Adapter. – user117 Dec 16 '12 at 14:03