Sven V. — 6 min readHow to Test Custom Lint ChecksIn my previous article, I've talked about writing Lint checks and benefits they can bring to your project. I've also outlined how to write custom Lint checks, but I didn't cover how to test them. Of course, you can always observe if...
Sven V. — 7 min readWhat Is Android Lint and How It Helps Write Maintainable CodeWhen developers are not careful enough, things can go south. Classic developer oversights include the usage of an API added in the newer version...