I need to create a 3D flip/rotate animation based on the speed of the swipe of user on screen, I was able to create this animation using ObjectAnimator
and its associated properties but I need suggestions how can we create a 3D animation in android for the above.I also to need to perform some animations that are partially rotated
Though for android we can use OPENGL but for a simple animation OPENGL is too heavy as we are not designing a real game. I have referred the following links:
Try using this
MainActivity.java
ExampleFragment.java
FlipAnimation.java
ViewPropertyAnimation.java