Hi all,

I have a ListView filled by a custom array adapter Which displays last
name and firstname of my object Person. I would like to add a filter
to display only male or only female. Or only people being 20 years
old..

How can I do it properly ?

Because I can make the check in each call of getview's method in my
custom array adapter but I don't think this is the way to go.

I can also directly remove element from my list which goes to the
adapter but I would prefer not to do it.

Can someone help me ?

Cheers,
Kim

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to