Android Activity transition

Jyotishgher Astrology
By -
1

Android Activity transition slide in/out animation


This is a very common effect, however the Android framework only provides the slide in animation. This is how I implement all the sliding transition animation. There’s in total 4 XMLs to define the animation, and with the use of overridePendingTransition() in appropriate location you can implement this easily.
pull_in_left.xml 
pull_in_right.xml
push_out_left.xml
push_out_right.xml
android_transition_anim

 Usage

When starting new Activity ( Method 1)

When starting new Activity (Method 2)

When Back to previous Activity

Post a Comment

1Comments

Post a Comment