片段示例中的Android ListView

Sta*_*tas 15 android listview fragment

我在哪里可以找到使用的示例ListViewFragment?我知道样本中有一个例子,但不幸的是我找不到它.也许你可以推荐一些东西?

Ner*_*een 15

您的Fragment可以继承ListFragment.
而onCreateView()ListFragment将返回一个ListView你可以填充.