I\'m having trouble figuring out how to slide activities in and out with a push of a button. What I want is for the user to push a button and then the screen slides. The w
Change fromXDelta to -100% from enter_from_left and fromXDelta to 100% from enter_from_right in your code, this will give you a correct sliding animation.