Is there any useful Android Animation Tutorial for beginners?

43,281

There are basically two type of animations:

  • View Animation:

    With View Animation you can perform a series of simple transformations (position, size, rotation, and transparency) on the contents of a View object

  • Drawable Animation:

    Drawable animation lets you load a series of Drawable resources one after another to create an animation. This is a traditional animation in the sense that it is created with a sequence of different images, played in order, like a roll of film

The above two links have enough examples to get you started.

Share:
43,281
aman.nepid
Author by

aman.nepid

Designer Heart ... Developer Mind

Updated on September 02, 2020

Comments

  • aman.nepid
    aman.nepid over 3 years

    Is there any good android animation tutorials to do in views or the transitions? A complete tutorial or guide may help alot.