Listview in Listview [duplicate]
Possible Duplicate:
Listview.setadapter raising nullpointer exception.
Hi, How to create a listview in a listview. I have a tabbar application. The second tab is a list view, when a cell in the listview is clicked, it should showthe next list view. How to do this?
I have tried some thing here Listview.setadapter raising nullpointer exception
The error is as below. is it possible开发者_如何学JAVA to do it in the way as in the previous question. are there any easier methods.
When I understand the question correctly, you are looking for that: ExpandableListView
精彩评论