MotionLayout – Android

Updated 28 May 2019

Save

MotionLayout is a new class of ConstraintLayout for building animations which is added in the dependency version 2.0 in ConstraintLayout.

Note: MotionLayout is available as a support library that you can use on Android systems starting with API level 18 (JellyBean MR2).

MotionLayout links to and requires a MotionScene file. The file contains one top level tag “LayoutDescription”

Let’s start by implementing it:

Here you can see a tag “layoutDescription” where I have mentioned my xml file in which the Animation is defined.

Now, In step1.xml file

Here, we have defined targetId of the view on which the animation has to be performed and its clickAction which in this case is toggle. And in the ConstraintSet, the transition of the view. Similarly, we can create different transitions.

In Transition block, we can create different animations according to our requirement.

 

References:

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Start a Project


    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home