I've just found out found android.animation.ObjectAnimator
was only introduced in Android API 11.
Is there any other way of animating objects on older android phones?
I've just found out found android.animation.ObjectAnimator
was only introduced in Android API 11.
Is there any other way of animating objects on older android phones?
You can use Jake Wharton's NineOldAndroids [1] which is a backport of the Honeycomb new Animation Framework for 2.x Android devices. It is very easy to use, as it mimics the same API you would use on 11+ devices.
[1] http://nineoldandroids.com/
ObjectAnimator
is indeed introduced in Android 3.0(API Level 11), it cannot be found on 2.3.6.http://developer.android.com/reference/android/animation/ObjectAnimator.html