7

How to create animation between two Activity look like As Screen shot in androidenter image description here

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

3 Answers3

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

Community
  • 1
  • 1
Tomer Mor
  • 7,998
  • 5
  • 29
  • 43
1

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

pixelscreen
  • 1,945
  • 2
  • 18
  • 40