I've been trying to now tackle animations on Android and well I'm a
little lost.
I'm trying to slide on Activity as the older Activity slides out...
you could say "iPhone's" way...
I read in these posts that it isn't possible but maybe I have a good idea on how to
approach this:
Activity 1: Layout A
Activity 2: Layout B
On Activity 1:
Animate from Layout A sliding out as Layout B slides in.
then proceed to Activity 2 which already would just re-draw Layout B.
Is this possible?
How do I animate a Layout using some code?
Thanks!
Moto!


