On my Samsung S3 I have the accuweather.com APP WIDGET installed: when having multiple locations, you can get to the next location with vertical swipe. It also seams that they built in a crossfade animation for that action.
My questions are:
1) What kind of view is used?
2) If a listview is used: did they used a crossfade animation on fling?
3) If an adapterviewflipper is used: where can I find example source code (I didn't manage to convert the Android example 'StackWidgetExample')?
And of course, I would be very happy when receiving source code for a project like accuweather.com.