/AnimationBlog

Source code for my technical blog: A Summary of Android Animation

Primary LanguageJava

A Summary of Android Animation

The source code in this repository are code examples for my technical blog A Summary of Android Animation.

The animation examples in this repository include:

  1. Tween Animation
  2. Frame Animation
  3. Property Animation
  4. Vector Drawable Animation
  5. Recycler View Animation (to be implemented)