The SDK sample app, APIDemos, has an example. Run it and select, App-
>Activity->Animation to see it. It should be easy to find the code
portion for this.

Beware that this won't work on all devices and the users can disable
these animations.

-Mike dg

On Mar 9, 4:30 am, djdamage06 <[email protected]> wrote:
> Hello everybody,
>
> I've a succession of 2 Intent :
>
> Intent intent = new Intent();
> intent.setClass(EntryPoint.this, MainClass.class);
> startActivity(intent);
>
> And I'd like an animation (which is present in res/anim) occurs during
> the transition between these 2 Intents...
>
> Thanks a lot for your response
>
> ---------------------------------------
>
> Bonjour,
>
> J'ai une succession de 2 Intents, par le biais de
>
> Intent intent = new Intent();
> intent.setClass(EntryPoint.this, MainClass.class);
> startActivity(intent);
>
> Et j'aimerais qu'une animation (présente dans res/anim) se produise
> lors de la transition entre ces 2 Intents...
>
> Quelqu'un a une idée ?
>
> Merci d'avance pour vos réponses

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

Reply via email to