From the course: Android Compose with Kotlin

Unlock this course with a free trial

Join today to access over 24,800 courses taught by industry experts.

Challenge: Bye-bye ConstraintLayout

Challenge: Bye-bye ConstraintLayout - Kotlin Tutorial

From the course: Android Compose with Kotlin

Challenge: Bye-bye ConstraintLayout

(upbeat music) - [Instructor] It is time for our first challenge. Now that you've learned how to define screens using composables and modifiers, I'd like you to recreate the following XML screen using composables. Here's the deal. Make sure you start with the 01_07 Branch on GitHub. This is going to serve as your foundation. The XML layout file defines our views with a constraint layout. Your goal is to recreate the design using composables in the Solution 01_08 file. Now pay close attention to the alignments and spacing. Try your best to do this on your own, referring to previous videos as needed. Then make sure you watch the solution video in which I'll explain how I solved the challenge. Let's get to it.

Contents