I have an android application and while switching between two activities I want to apply 3D transition… I know the method overridePendingTransition() but it does not have any animation for 3d.. So how it can be done?
I have an android application and while switching between two activities I want to
Share
I had used 3D Cubic Transition between activities.Credit goes to Robert Heim who is developer of this program.
Below is snippet
Activity1.java
Activity2.java
ActivitySwitcher.java
Rotate3dAnimation.java
Activity1.xml
Activity2.xml
Manifest entries