I want to use ObjectAnimator class animations for my Android 2.2 project. I tried using support package 4 and it does not work. Is there any way to import this class and related files into my project or any external library for such animations?
This guy created a great Property Animation framework package for Android <3.0, look here
Property Animation