awesomeman3595
awesomeman3595

Reputation: 3

add a list inside of a list

I have a list of objects and when a user clicks on one of them, I want to be able to display another list of objects that are inside that first object. Does anyone know of any tutorials or advice? Thanks.

Upvotes: 0

Views: 629

Answers (1)

Tosa
Tosa

Reputation: 658

Thats probably what you are looking for: http://developer.android.com/reference/android/app/ExpandableListActivity.html

For example like this: http://mylifewithandroid.blogspot.com/2008/05/expandable-lists.html

Or just google a bit for Tutorials for ExpandableList.

Upvotes: 2

Related Questions