Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android how can i use ObjectAnimator class for android 2.2

I want to use ObjectAnimator class animations to my android 2.2 project. I have tried using support package 4 and it deosn't work. Is there any way that i can import this class and related files to my project or Any external library for such animations ?

like image 544
i leaf Avatar asked May 22 '12 06:05

i leaf


1 Answers

This guy made a great package of Property Animation framework for Android < 3.0 , check out here

like image 104
Alex Liao Avatar answered Sep 30 '22 13:09

Alex Liao