I am working on an app, which can run on Froyo as well as JellyBean. I have a class that extends PageTransformer as below:
Froyo
JellyBean
import a
The easiest solution is to use the NineOldAndroids library, which backports the animations to all versions of Android. The Usage section has examples of how you'd use the library.