How to create animation between two Activity look like As Screen shot in android
Asked
Active
Viewed 4,720 times
7

Parag Chauhan
- 35,760
- 13
- 86
- 95
3 Answers
7
Search for jazzyviewpager
. this is the link to the library. It has many cool animations to play with.

Parag Chauhan
- 35,760
- 13
- 86
- 95

bostan
- 373
- 2
- 8
-
i want to apply annimation on image which inflates via view pager how can i do that? – Namrata Jan 08 '15 at 05:00
3
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
1
You may need to override Activity.overPendingtransition, and define transition animations in xml. Refer to this.

pixelscreen
- 1,945
- 2
- 18
- 40