标签: android android-layout android-intent android-emulator android-widget
是否可以在ViewPager中翻转视图。基本上我想在hompage中放置几个视图,在每个视图后面都有一个视图,即用户也必须能够翻转视图。
答案 0 :(得分:1)
是非常可能的。
你需要旋转动画
看这里
How to make a smooth image rotation in Android?
和
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/animation/Rotate3dAnimation.html
我使用了上述内容并成功实现了您的要求。
在android