Conclusion

Well done with making an even more stylish app! :]

To recap, you learned:

  • How to break up your UI into smaller components, or composables.

  • How to organize your UI using Layout Groups.

  • How to create previews in Compose.

  • More hands-on experience with using Modifiers to style your app.

  • How to create lists in Compose.

Now that you’ve fleshed out the chat app UI, you’ll make it interactive in the next lesson.

See forum comments
Download course materials from Github
Previous: Expanding the App Quiz Next: Introduction