How to create animation between two Activity look like As Screen shot in android
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
You may need to override Activity.overPendingtransition, and define transition animations in xml. Refer to this.
Search for jazzyviewpager. this is the link to the library. It has many cool animations to play with.