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 running into some problems when trying to rewrite my app. For instance: how would I go about recreating this animation in Titanium?
Basically I have UIView that contains a MKMapVIew, a UITableview and a button that toggle between them. Any help is greatly appreciated!
You can use this code to flip window in ios and android both.
Create two animation objects
and animate TabGroup on button click will create same effect as FLIP.
So
Try this code.This will generate same effect as flip animation both in iOS and android.
I hope this will help us.