I want to flip the one activity to other activity like card view. Please tell me I am also using roate3danimation and Flip3dAnimation but these are flip the views.
Asked
Active
Viewed 1,270 times
0
-
duplicate of http://stackoverflow.com/questions/19958975/flip-card-transition-between-two-activities-android – sasikumar Mar 02 '16 at 09:27
-
I want to do 3d flip animation? – Arjun saini Mar 02 '16 at 09:29
-
Add some code that you have written so far – ssuperczynski Mar 02 '16 at 09:37
-
I am using this [link] http://blog.robert-heim.de/career/android-startactivity-rotate-3d-animation-activityswitcher/ – Arjun saini Mar 02 '16 at 09:39
1 Answers
1
Use this blogpost to flip activities http://blog.robert-heim.de/career/android-startactivity-rotate-3d-animation-activityswitcher/

Ajinkya
- 1,057
- 7
- 18
-
thanks but I tried this when flip the activity container shown same on other side – Arjun saini Mar 02 '16 at 09:36
-
-
@Er.Arjunsaini i used same tutorial worked fine for me you must be doing something wrong there need your code to figure out what is wrong – Ajinkya Mar 02 '16 at 09:41
-