Sunday, February 12, 2012

Re: [android-developers] How to close activity exit/enter animation?

Try overridePendingTransition():

http://developer.android.com/reference/android/app/Activity.html#overridePendingTransition(int,
int)

On Fri, Feb 10, 2012 at 5:55 AM, wujun <wujun8994@gmail.com> wrote:
> Hi:
>    I'm new in android.  My app includes several activitys, when
> activity A switch to activity B, I am not want the animation show. How
> to close the activity exit/enter animation. thank!
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.7 Available!

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment