ViewFlipper和ViewSwitcher的使用:屏幕切换指的是在同一个Activity内屏幕见的切换,最长见的情况就是在一个FrameLayout内有多个页面,比如一个系统设置页面;一个个性化设置页面。 通过查看OPhone API文档可以发现,有个android.widget.ViewAnimator类继承至FrameLayout,ViewAnimator类的作用是为FrameLayout里面的View切换提供动画效果。该类有如下几个和动画相关的函数: l setInAnimatio
This example generalizes (and fixes) the 3D flip animation from the Android API Demos. Now it should work with any pair of Views placed in a FrameLayout container. See this stripped example to get the meaning: viewSwitcher = new ViewSwitcher((ViewGr