Part 3:Advanced Topics
This part focuses on how to improve the quality of Compose apps, for example, 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.
We will cover the following chapters in this section:
- Chapter 8, Working with Animations
- Chapter 9, Exploring Interoperability APIs
- Chapter 10, Testing and Debugging Compose Apps
- Chapter 11, Conclusion and Next Steps