ExpandableListFragment不存在。怎么处理呢?

时间:2015-02-19 10:42:54

标签: android android-fragments expandablelistview

标题不是我的强项,所以我会尝试尽可能清楚。

我们有一个ListFragment,现在我们必须将其转换为smth,就像ExpandableListFragment一样,显然不存在。

显然,有要点和个人尝试(thisthisthis

但我想知道为什么谷歌本身并没有提供这个解决方案。因为,ExpandableListActivity本身是可用的。

  1. 任何猜测为什么?
  2. 如何在Fragment中创建可扩展ListView? 我应该取消现有ListViewFragment并尝试在ExpandableListView中使用Fragment吗?

1 个答案:

答案 0 :(得分:1)

  1. 他们可能会发现这很有用,因为在多种情况下您需要显示包含值的列表。也许片段版本正在他的路上:)

  2. 实施您自己的Fragment并在其中添加ExpandableListView