My app displays search results in a ListView and MapView within a ViewFlipper. The user can toggle between them with a 3D flip animation.
Today I updated to highly anticipated Google Maps Android API v2 and everything went smoothly, except my animation. I'm applying an android.view.animation.Animation to the view very similar to the 3d flip animation described here. Now the width is transformed, so the view of the Map expands from the center, but there is no skewed transformation, it is just flat.
Again, this worked with com.google.android.maps.MapView, but not the new version, com.google.android.gms.maps.MapView. Any suggestions?