I made a layout animation, it is a compound animation, made in code. More less it works a bit like slide in / slide out through upper screen edge, the thing that is interesting me, is to see new activity right after that animation, so during it I can see the new view that I`m going to.
Asked
Active
Viewed 247 times
0
-
This might be the solution: http://stackoverflow.com/questions/3389501/activity-transition-in-android – D-32 Jun 25 '12 at 15:17
1 Answers
0
Ok, to do what i wanted i had to use fragments from support library v4, i simply put view as overlay of fragment holder, achieving that after animation i can se fragment which is below my animated overlay, i found no way to do this on standrad Activities

Drake29a
- 896
- 8
- 23