Conclusion

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

In this lesson, you’ve learned about layout composables and how you can use them to arrange and position different elements on the screen. You learned:

  • What a layout composable is.
  • Different layout options that compose offers.
  • How to use Rows to stack items horizontally.
  • How to use Columns to stack items vertically.
  • How to use Box to stack items on top of one another.
  • Different arrangement and alignment options compose offers.
See forum comments
Download course materials from Github
Previous: Demo Next: Quiz: Building Layouts with Compose