Overview
Explore techniques for creating intelligent animations that function like state machines in this Google I/O'19 conference talk. Discover how to architect animations that can be interrupted or retargeted while running using libraries and classes. Learn about UI models, reentrant and continuous animations, smoothness in code, canceling animations, handling stutter changes, and implementing springs. Dive into RecyclerView item animators, stateless drawables, custom states, and AnimatedVectorDrawable. Master the creation of drawable states, intermediary states, and custom view animations. Gain insights into building smarter, more responsive animations for Android applications.
Syllabus
Intro
Why animations matter
UI model
Reentrant
Continuous
Smoothness
Code
Cancel animation
Stutter change
Spring
End listeners
Springs
RecyclerView item animator
Default item animator
Stateless drawable
Reservation button
Custom states
Creating drawable states
Intermediary states
AnimatedVectorDrawable
AnimateStateless
StateListAnimator
StatelessAnimator
StatelessAnimator Score
Custom View Animation
Conclusion
Taught by
Android Developers