How to implement complicated animation at android platform -


  now developing android app, , there lots of animations , image resources, ui design , logic complex.
  i tried use tween animation , android layout implement, code complex, , can't implement parts of animations. know how handle such complex animation @ android platform? dose android have tool flash tool design animation?

in android 3 type of anmiations.

1)translateanimation

an animation controls position of object

2)scaleanimation

an animation controls scale of object. can specify point use center of scaling.

3)alphaanimation

an animation controls alpha level of object. useful fading things in , out. animation ends changing alpha property of transformation

check example.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -