Where can I find an example of using ListView
in Fragment
? I know that there is an example in samples, but unfortunately I could not find it. Maybe you can suggest something?
Asked
Active
Viewed 1.2e+01k times
15
-
2A nice working example is described [here](http://www.vogella.com/articles/AndroidListView/article.html#listfragments) – Hiral Vadodaria Jul 31 '12 at 09:51
1 Answers
15
Your Fragment can subclass ListFragment.
And onCreateView() from ListFragment
will return a ListView
you can then populate.

Nermeen
- 15,883
- 5
- 59
- 72