-1

My app developed based on Android 4.0 APIs, it works good. Now I have to support devices of Android 2.3, some Animator related features failed to work.

I know Animator is released from 3.0. My question is how can I work around that ?

RoFF
  • 529
  • 5
  • 27

1 Answers1

1

You can use THIS LIB

it adds the Animator to old devices.

Eddy
  • 489
  • 4
  • 10