Reputation: 4388
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
Upvotes: 1
Views: 991
Reputation: 22920
You can check this sample out
You can use <include layout="@layout/mylayout" />
to split it as multiple layouts
Upvotes: 1