开发者

android animation on orientation change

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜