Author

sven.vidak@infinum.hr

Sven Vidak

how-to-test-custom-lint-checks-0

How to Test Custom Lint Checks

Tests help make sure the check behaves correctly in every possible case, but can also help with debugging.

Sven Vidak
what-is-android-lint-and-how-helps-write-maintainable-code-0

What Is Android Lint and How It Helps Write Maintainable Code

Classic developer oversights: using an API added in the newer version, actions requiring specific permissions, missing translations, etc.

Sven Vidak