3d Animation Between Activity In Android
How to create animation between two Activity look like As Screen shot in android
Solution 1:
Search for jazzyviewpager
. this is the link to the library. It has many cool animations to play with.
Solution 2:
I think it's not activity animation, i believe it's fragments animation , activity animation is much more hard to implement smooth , read here about fragment
Solution 3:
You may need to override Activity.overPendingtransition, and define transition animations in xml. Refer to this.
Post a Comment for "3d Animation Between Activity In Android"