I am parsing data through the web service. I want the flipping horizontally rather than vertically. Here is a tutorial where ViewFlipper is used but it is for static data.>
Do you just want the screen to rotate based off of the position it is being held in (as determined by the accelerometer sensors)?
If so just add
android:screenOrientation="sensor"
to the Activity node in your AndroidManifest.xml file