I’m trying to get an example or a starting reference on how to develop a drill down structure. The best example I can give is, how Android navigates through it’s own folder structure. Here is a screenshot to illustrate my point:

Some things I would like to point out:
- I will have know knowledge of how deep the structure will run
- Minimum API level 10
Could someone please point me in the right direction.
Many thank in advance!!
To those you are wondering how I managed this, I basically call the same activity, just with the parent ID (which will be located within the bundle). This way I can fill the
ListViewwith the parent ID provided and let myBaseAdaptersort out which UI to display.I don’t know if the was the best way of doing it, but it worked for me.
Kind regards,