Yesterday, Android developers has published new training class for Adding Animations in Android app, which quickly gets you up to speed on implementing common animations and transitions in your app with the new-ish android.animation APIs.
It covers basics like crossfades (dissolves), screen slides with ViewPager, card flips, zooms (although nothing on API 16 ActivityOptions yet), and automatic layout change animations.
LINK: http://developer.android.com/training/animation/index.html
And for those wondering about implementing all this android.animation goodness on earlier versions of the platform, take a look at Jake Wharton awesome NineOldAndroids library, at least as a starting point.