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,418
  • 2
  • 14
  • 34

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
ElliotM
  • 1,974
  • 2
  • 22
  • 38