开发者

add a list inside of a list

开发者 https://www.devze.com 2023-03-26 04:43 出处:网络
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. D开发者_Python百科oes anyone know of any tutoria

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. D开发者_Python百科oes anyone know of any tutorials or advice? Thanks.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消