Technical requirements
This chapter showcases three sample apps:
PredefinedLayoutsDemo
ConstraintLayoutDemo
CustomLayoutDemo
Please refer to the Technical requirements section of Chapter 1, Building Your First Compose App, for information about how to install and set up Android Studio, and how to get it. If you want to try the CheckboxWithLabel()
composable from the Combining basic building blocks section, you can use the Sandbox app project in the top-level directory of this book's GitHub repository at https://github.com/PacktPublishing/Android-UI-Development-with-Jetpack-Compose. Open its SandboxActivity
and copy the composable functions from code_snippets.txt
, which is located in the /chapter_04
folder.