两个ListViews合二为一,android

时间:2013-11-20 01:56:14

标签: android listview android-listview scrollview expandablelistview

我正在创建一个游戏,用户可以创建游戏并让邀请玩游戏。我想向用户显示创建所有游戏的列表以及邀请他们在中播放的所有游戏相同的片段,因此用户可以选择他想玩的游戏。

header(my games)
list(first adapter)
header(games i have been invited to play)
list(secong adapter or first adapted but populated with different data)

我需要为列表使用不同的适配器,因为内容会相互不同。理想情况下,如果可能,我想在一个ListView 中执行此操作?将内容保留在一个ScrollView中。

在这种情况下,我应该使用分区ListView ExpandableListView 还是在最后一种情况下 ScrollView中的两个ListView

建议,链接,教程非常感谢!

1 个答案:

答案 0 :(得分:0)

您可以使用this link here中的SectionedListAdapter进行此操作。

适配器中包含多个适配器(我的游戏+受邀游戏),只需使用getView()填充ListView