May 2022
Intermediate to advanced
688 pages
20h 12m
English
With ConstraintLayout, instead of using nested layouts you add a series of constraints to your layout. A constraint is like a rubber band: It pulls two things toward each other. So, for example, if you have an ImageView, you can attach a constraint from its right edge to the right edge of its parent (the ConstraintLayout itself), as shown in Figure 11.2. The constraint will hold the ImageView to the right.
Figure 11.2 ImageView with a constraint on the right edge
You can create a constraint from all four edges of your ImageView (left, top, right, and bottom). If you have opposing constraints, ...
Read now
Unlock full access