
Creating Animations With MotionLayout for Android
Thanks to its remarkable versatility, the ConstraintLayout widget has become the "Swiss Army knife" of layouts for Android app developers. However, adding complex animations to its contents, although possible, can be quite time-consuming. That's why Google introduced the MotionLayout widget in I/O 2018.The MotionLayout widget, which is now a part of Android's support library, extends the ConstraintLayout widget. It is a unique widget that allows you to animate its contents declaratively usi