Blue Ray Plus - Latest Technology News - Stories tagged with Android ViewFlipper Example
1
Ups

Android ViewFlipper Example

published 315 days, 13 hours, 13 minutes ago posted by Rohit001Rohit001 316 days, 19 hours, 49 minutes ago
Tuesday, August 07, 2012 12:32:44 PM GMT Monday, August 06, 2012 5:56:34 AM GMT
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)
category: Android | clicked: 11 | comment | | source: androidimran.blogspot.in
tags: Android ViewFlipper Example