Useful new Android Tool also for QA – Lint

Since the last Android ADT update 16 there is a new tool included called Lint. Lint is able to scan Android projects for potential new bugs! Here is a short list of possible problems Lint is checking: Missing translations Layout performance problems Unused resources Inconsistent array sizes Accessibility and internationalization problems Icon problems Usability problems … Read more