In my application, how do I disable the transition animation that shows the new activity layout enter from the right and the old one exit to left?
Versions 2.0 -> 2.2 if
You can tell the OS what kind of animation you want to use to bring your activity up, or none at all. Just use:
getWindow().setWindowAnimations(int);