I’m in this situation that i need a list of lists.
for instance i want to display a list of departments and in these departments there are employees:
Dep 1:
Employee 1
...
Employee N-1
Dep …
Dep N – 1:
Employee 1
...
Employee N-1
any idea how to make this? (sorry for the bad english)
You should try this by implementing an Expandable ListView.. Refer this link