I like to move it, move it!

Let's start creating our project

The Goal

What you'll learn:

  • Creating a layout using ConstraintLayout

  • Animating multiple views by using a MotionLayout

  • Using a MotionScene

  • Create a self-contained MotionScene

  • Animate a shared element between activities

  • Animate RecyclerView item additions/removals

  • VectorDrawables and icon morphing

Final look of the layout

This is how your app will look like after the last step.

A tip...

This workshop will be online so you don't need to hurry up. After each step I've posted the solutions. Before peeking in them, make sure you've tried your best! I'm here to help you; It's going to be much easier to answer your questions now (I promise I'll do my best!) than go home and wonder why your code wasn't working.

A disclaimer...

This is a demo for making awesome animations. Thus I tried to reduce the "unnecessary" code a.k.a the code not needed for the animations or the core functionality, to the minimum. There will be some bugs at the end (extra points if you find them ).

You'll find the link for the "fixed" version at the end of the workshop.

Now... ... ...

Last updated