How to get total views from ViewFlipper?

How can I get ViewFlipper views? I need to update ViewFlipper after viewing all views.

+4
source share
1 answer

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

+10
source

Source: https://habr.com/ru/post/1385495/


All Articles