本文介绍了如何翻转的ImageView在Android的?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我工作的一个应用程序,我需要翻转的ImageView
触摸和控制权转移到第二个活动。
I am working on an application I need to flip ImageView
on touch and transfer control to the second activity.
请帮助我。
我尝试了很多,但我没有成功。
I tried a lot but I haven't succeed.
感谢大家提前。
推荐答案
您可以用动画蜜蜂这是可用于Android 3.0及以上。
You can use the Animation Apis which are available for Android 3.0 and above.
如果您需要pre-蜂窝,你可以使用一个名为库。
If you need it pre-honeycomb, you can use a library called NineOldAndroids.
查看。
这篇关于如何翻转的ImageView在Android的?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!