Hola!!


This site is built using hugo and the theme is built by Fredrik if you enjoy it, it is available at github


Android animation

Type of animation can be roughly classified into tow tyeps. Tween animation(Animation) and Frame animation(AnimationDrawable).

  • Tween Animation

    • Type of changing one image to the continuous
    • moving, fade, rotation, scaling, and changing a combination thereof
  • Frame Animation

    • Type displayed side-by-side image in order to animation
    • To prepare an image to be displayed in the order in advance. It is displayed as a flip book