Step 1
Create a new project
Let's go ahead and create and completely new project. Choose an empty activity and then on the next screen make sure that you select Kotlin and a minimum API level of 21 or above

Once it's created, go to the activity_main.xml. You should notice that it is already using the ConstraintLayout as default!
Download the images below and add them to your res>drawable directory; we're going to need them in a bit 😉
Last updated