3D Animation Between Activity in Android

2019-03-16 07:35发布

问题:

How to create animation between two Activity look like As Screen shot in android

回答1:

Search for jazzyviewpager. this is the link to the library. It has many cool animations to play with.



回答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



回答3:

You may need to override Activity.overPendingtransition, and define transition animations in xml. Refer to this.