我需要创建一个ExpandableListView
包含表单/布局的文件。
这里应该如何工作。
ExpandableListView
包含 2 个标题。联系人和地址。当用户展开Contacts时,它应该显示Contacts表单。当用户展开地址时,它应该显示地址表单。
这些表格包含各种内容,包括,TextViews
等。很可能这些将在 a 中,因为它们是表格,而且您知道,需要看起来很专业。EditTexts
ImageViews
RelativeLayout
我尝试了很多教程,包括
- http://www.vogella.com/articles/AndroidListView/article.html
- http://www.androidhive.info/2013/07/android-expandable-list-view-tutorial/
- http://www.mkyong.com/android/android-listview-example/
但甚至没有找到线索。
我的问题是,我该怎么做?没有“我必须使用ExpandableListView
”这样的限制,如果可以通过其他方式完成,我准备好了。