I am trying to write multi level tree. I did look at
expandablelistview, but it only supports two levels. I did look at
other questions(SO) & posts and the most promising post i have found
is http://mylifewithandroid.blogspot.com/2011/02/3-level-expandable-lists.html

I understand that i will have to write something custom to handle
multiple level tree. What is the best recommended approach to take?
Can i add an exapandablelistview as a child to an exapanablelistview??

Someone on SO suggested that , I override the
"public View getGroupView(int groupPosition, boolean isExpanded,
    View convertView, ViewGroup parent)
method, assign a BaseExpandableListAdapter instance to the
convertView, and return it."

I am not sure how to do that....any pointers on how to achieve that??
Thanks

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

Reply via email to