Hi,
I am getting a response from xml which is dynamic in nature . After parsing the xml , I able to generate a tree view. Now , I want to convert the tree view structure to a List view which will have multiple List(list within list & so on) depending on the depth of the xml.
I am aware of the ExpandableListActivity which provide a two-levels of data.
In my case , it can be more than two levels of data rather it should be dynamic in nature.
I need any sample code to implement the dynamic List i.e a List within another List & so on.
Kindly help
Chiranjib