What's the difference between ViewFlipper and ViewSwitcher

前端 未结 4 1165
傲寒
傲寒 2021-01-29 23:49

They both inherit ViewAnimator. I know that ViewSwitcher allows only two views, while ViewFlipper allows more. But why did Android create

4条回答
  •  孤独总比滥情好
    2021-01-30 00:25

    ViewFlipper is allowed in app widgets, while ViewSwitcher is not.

    https://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout

提交回复
热议问题