I have two Activity ActivityOne and ActivtyTwo.This two has Corresponding XML Files main.xml and main1.xml.if i press the next button in ActivityOne ActivityTwo appears with animation.is it possible through viewflipper
A:
You can check this sample out
You can use <include layout="@layout/mylayout" />
to split it as multiple layouts
Rahul
2010-09-01 10:08:47