I'm only interested in the GUI part (NOT cursors, asyncTask, ContentProviders etc.)
The data sits in a hierarchical tree structure,
top nodes are "Mens clothes", "Womens clothes", "Childrens clothes", "Other".
Below the top nodes there are various levels of sub nodes.
In total 200 leafs are present.
The user will select one item at a time, and add to a list.
Some sort of multi-layered Spinner would possibly work, to drill-down the tree.
I can't find any built-in Android widget/view that handles this kind of data.
How to display hierarchical data on Android ?