What\'s the best way to go to a new activity but make it look like the activity slides to the left and the new activity enters the screen? I am using intents to call the new
There is a bit of a confusion as to what the enter and exit animations are. For those who are still pondering over it, here is a template..
overridePendingTransition( enterAnimationForCalledActivity, exitAnimationForCallingActivity );
This should probably clear the air a bit.