Question

I am about to start a project for android honeycomb, I am in the phase to decide about the controllers i need to display the "tree" kind of structure in my android app with nodes and sub-nodes (parent-child nodes) I need a guideline that could help me to make such thing. the children nodes of a node will appear after the press/tap on the parent node, the nodes could contain something like checkbox etc to get the user input. Ideas are welcome, yet link to some tutorial could be really helpful.

Thanks MGD

Was it helpful?

Solution

ExpandableListView might work for what you need.

I believe by default it may only support 1 level of depth. But if you need more levels there is a modified version of it online somewhere that supports as many levels as you want.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top