15

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?

biegleux
  • 13,179
  • 11
  • 45
  • 52
Stas
  • 1,355
  • 6
  • 22
  • 40

1 Answers1

15

Your Fragment can subclass ListFragment.
And onCreateView() from ListFragment will return a ListView you can then populate.

Nermeen
  • 15,883
  • 5
  • 59
  • 72