I was previously developing my application in Xcode but decided to move over to Titanium to allow for Android development.
I\'m still getting used to Titanium so I\'m r
You can tell to the window to flip from the left :
myWindow.open({transition:Titanium.UI.iPhone.AnimationStyle.FLIP_FROM_LEFT});
But, as far as I know, this won't work for Android.