How can I get the number of views of ViewFlipper ? I need to refresh ViewFlipper after all views have been seen.
ViewFlipper
You can use getChildCount(), since ViewFlipper is a ViewGroup.
getChildCount()
ViewGroup