Hello everybody,

I've a succession of 2 Intent by

Code:

Intent intent = new Intent();
intent.setClass(EntryPoint.this, MainClass.class);
startActivity(intent);


and I want an animation (which is present in res/anim) during the
switch between these 2 Intent...


Thanks a lot for your response

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to