Slide 44
Slide 44 text
Static Code/Resource Analysis
Helps you finding issues in your code before you ship it to production
Which are the tools available? => Android Lint, SonarQube, FB Infer, etc.
The lint tool checks your Android project source files for potential bugs and
optimization improvements for correctness, security, performance, usability,
accessibility, and internationalization
Select Analyze => Inspect code...