开发者

android animation on orientation change

开发者 https://www.devze.com 2023-03-06 22:48 出处:网络
I have to give an animation effect when i change the orientation of screen from开发者_Go百科 Portrait to landscape and vice versa. How can i go about doing this.

I have to give an animation effect when i change the orientation of screen from开发者_Go百科 Portrait to landscape and vice versa. How can i go about doing this.

Any help would be appreciated. Thanks!


use overridePendingTransition (int enterAnim, int exitAnim) in your onCreate() method of activity. and your activity should not having android:configChanges="orientation" tag in manifest, otherwise oncreate will not be called on orientation change...hope this will help you...what i got from you

0

精彩评论

暂无评论...
验证码 换一张
取 消