Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
The concepts used above seem completely unrelated to android. Though the concept of filter.js will only work with Javascript not Java so you'll have to research and find an appropriate alternative. As it stands this question is rather minimal as you are pretty much asking us to give you entire code – Carl Saldanha Dec 16 '12 at 13:54
Both ListView and GridView are easily filterable by manipulating the ListAdapter from which they draw data. But this would require custom data objects and overriding filtering methods of Adapter. – user117 Dec 16 '12 at 14:03
@Carl , I am not asking entire code.I just want suitable direction so that I can start my work. – ved Dec 16 '12 at 14:05
still I am waiting for some valuable help. – ved Dec 17 '12 at 1:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.