4

How can I get the number of views of ViewFlipper ? I need to refresh ViewFlipper after all views have been seen.

Akram
  • 7,548
  • 8
  • 45
  • 72
Gabrielle
  • 4,933
  • 13
  • 62
  • 122

1 Answers1

10

You can use getChildCount(), since ViewFlipper is a ViewGroup.

David Burström
  • 1,592
  • 14
  • 14