Animations and Transitions in the Android SDK

Animations and Transitions in the Android SDK

English | 2016 | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 39m | 350 MB

The Android SDK offers many ways to create visually compelling animations and screen transitions for mobile apps. This course starts with an overview of the different animation techniques and APIs, and then offers hand-on instruction using each one. David Gassner covers defining view animations in XML declarations and in Java code; animating frame by frame with images; animating object properties over time or in response to an event with tweened calculations; building simple transitions between activities; and using the new transitions framework that was introduced in Android 4.4 KitKat.

Topics include:

  • Choosing an animation technique
  • Defining and running view animations
  • Animating with frames
  • Animating object properties
  • Animating transitions between activities and slides
  • Using the transitions framework