On Dec 6, 12:39 pm, Avinash Kumar <[email protected]> wrote:
> Hey guys..
>
> I have two activities Activity-A and Activity-B.
> From Activity-A i am calling Activity-B by using startActivity(..)
> method.
>
> I just want Activity-A should disappear with some
> animation(SLIDE_OUT_LEFT) and Activity-B should appear with some
> animation(SLIDE_IN_RIGHT).
>
> Both should be simultaneous e.g. if Activity-A goes left by 50% then
> Activity-B should enter 50% from right.
>
> I can not use Viewflipper as it works within activity.

Yes, you can. Read documentation about about ActivityGroup.

>
> Can you guys help me out..
>
> Thanks in Advance..
>
> Avi

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to