Flip animation while moving from one activity to another in android -


like in google api

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

instead of doing 2 fragment how 2 activity.

take same xml in link you've posted , implement uses approach

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

startactivity(intent); overridependingtransition(r.anim.flip_right, r.anim.flip_left); 

Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -