We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

The power of custom lint checks

Formal Metadata

Title
The power of custom lint checks
Title of Series
Number of Parts
46
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Find more information here: http://15.droidcon.de/session/power-custom-lint-checks Nearly every Android developer knows about the Lint toolset which comes bundled with the Android SDK - however not many use it to its full power, if at all. Lint can help prevent wrong usage of the SDK APIs, and enforce not only code style, but also internal architecture conventions. For example, you have a fancy BaseFragment which should be extended by all your Fragments, or you have a custom logger which should be used instead of android.util.Log. Both of these are perfect use cases for custom Lint checks. This session will show you how to use the APIs to create custom Lint checks, and how to include them in your Gradle-based project. Slides: https://speakerdeck.com/winterdroid/the-power-of-custom-lint-checks