Hi All,

I am implementing a tree view using the BaseExpandableListAdapter.
Pretty much done with it and am abkle to display the data in a parent-
child format. Now I want to add the search feature to it.
What is the suggested implementation?
1) Do I create a custom toast and filter the tree basing on the text
entered in toast.
2) Or is there some sort of native implementation (like using
Fiterable etc) to do the searching?

Thanks

-- 
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