Part 3: Advanced Topics
This part focuses on how to improve the quality of Compose apps, such as by enhancing their visual appeal through animations. It also illustrates how and why to test composable functions, and how to mix composables with old-fashioned Views. Finally, it explains how to make apps look great on foldables and large screens and introduces the Compose Multiplatform framework to leverage your Compose skills beyond Android.
We will cover the following chapters in this part:
- Chapter 8, Working with Animations
- Chapter 9, Exploring Interoperability APIs
- Chapter 10, Testing and Debugging Compose Apps
- Chapter 11, Developing for Different Form Factors
- Chapter 12, Bringing Your Compose UI to Other Platforms