STEP 1: Creating a new project from File->New->Android Project with ViewFlipperActivity Activity Name
STEP 2: Copy Image files to res/drawable Folder
STEP 3: In res/layout/main.xm layout add ViewFlipper as:
STEP 4: Create an anim folder inside res and put xml for Transaction effect for Left In, Right In,Left Out and Right Out.
res/anim/pushleftin.xml:
res/anim/pushleftout.xml:
res/anim/pushrightin.xml:
res/anim/pushrightout.xml:
STEP 5: In ViewFlipperA...
(more)