Android How can I use the ObjectAnimator class for Android 2.2

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?

+7
source share
1 answer

This guy created a great Property Animation framework package for Android <3.0, look here

+5
source

All Articles