0

Like in google api

http://developer.android.com/intl/es/training/animation/cardflip.html

instead of doing with two fragment how to do with two activity.

YLS
  • 1,475
  • 2
  • 15
  • 35

1 Answers1

-1

Take the same xml in the link you've posted and implement it uses this approach

https://stackoverflow.com/a/5145226/2435402

startActivity(intent);
overridePendingTransition(R.anim.flip_right, R.anim.flip_left);
Community
  • 1
  • 1
em_
  • 2,134
  • 2
  • 24
  • 39