Chapter 10: Testing and Debugging Compose Apps
Programming is a very creative process. Implementing great-looking user interfaces (UIs) with slick animations is pure fun with Jetpack Compose. However, making an outstanding app involves more than just writing code. Testing and debugging are equally as important because no matter how carefully you design and implement your app, bugs and glitches are inevitable, at least in non-trivial programs. Yet there is nothing to fear, as there are powerful tools you can wield to check if your code is acting as intended.
This chapter introduces you to these tools. Its main sections are listed here:
- Setting up and writing tests
- Understanding semantics
- Debugging Compose apps
In the first main section, I will ...
Get Android UI Development with Jetpack Compose now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.