I used onAnimationEnd() to start a new activity after displaying an animation. While running from eclipse the animation is first displayed and then at the end of animation the new activity is started. but while launching the application directly form the applications folder in the emulator, the animation is not shown and the the screen reaches the activity that has to be displayed after the animation. Why is such a difference occuring?
Thanks in advance.




