Part 3: Code Analysis and Tests
In this part, you will gain proficiency in debugging through a series of valuable tips and tricks. Unveiling the intricacies, you will discover techniques for detecting memory leaks within your app and adeptly inspecting HTTP requests triggered by your application. Our exploration extends to inspecting your local database, offering insights into its inner workings. Diving into Kotlin best practices, you will delve into code analysis for your application, addressing code smells for enhanced code quality. This part also includes a comprehensive exploration of testing methodologies, empowering you to seamlessly integrate tests across various layers of your MVVM architecture.
This section contains the following chapters:
- Chapter 10, Debugging Your App
- Chapter 11, Enhancing Code Quality
- Chapter 12, Testing Your App
...