标签: android android-listview
我想在我的Android应用中使用展开和折叠。每个描述名称都应该在ListView中,单击ListView后,它应该展开带有描述的TextView,然后在单击ListView后再次折叠。我有10个以上的描述。
感谢您的帮助。
答案 0 :(得分:0)
使用ExpandableListView来实现此功能。
ExpandableListView
这是一些教程
您还可以查看这些链接以获取更多信息
http://developer.android.com/reference/android/widget/ExpandableListView.html
http://developer.android.com/reference/android/widget/ExpandableListView.OnChildClickListener.html