Align your composables in relation to each other using ConstraintLayout

Published on

In this lesson, you will learn about ConstraintLayout and how you can use it to create relationships across each composable. It is a different way to layout your composables compared to Rows and Columns, which can help with complex layouts.

Discussion