InThe StartupbyVishnu jmWhat Is Android Lint?Lot of us probably do know what actually Android Lint is, even if we don’t know the name. Because it is the thing which shows warning…Jun 26, 2020
GopalCustom lint checks in Android | By GopalI am here to share my learning on writing and understanding on custom lint rules on Android.Nov 30, 2023Nov 30, 2023
InSupercharge's Digital Product GuidebyBalázs RudaFormatting Code Analysis Rule with Android Lint (part 1/2)For Kotlin and Java at onceSep 9, 2019Sep 9, 2019
Iffat FatimaWriting Custom Rules for Android LintAndroid Lint was introduced as a new tool in ADT 16 which scans Android project sources for potential bugs. It is available both as a…Jan 21, 2022Jan 21, 2022
InThe StartupbyVishnu jmWhat Is Android Lint?Lot of us probably do know what actually Android Lint is, even if we don’t know the name. Because it is the thing which shows warning…Jun 26, 2020
GopalCustom lint checks in Android | By GopalI am here to share my learning on writing and understanding on custom lint rules on Android.Nov 30, 2023
InSupercharge's Digital Product GuidebyBalázs RudaFormatting Code Analysis Rule with Android Lint (part 1/2)For Kotlin and Java at onceSep 9, 2019
Iffat FatimaWriting Custom Rules for Android LintAndroid Lint was introduced as a new tool in ADT 16 which scans Android project sources for potential bugs. It is available both as a…Jan 21, 2022
InAndroid DevelopersbyMatthew GharrityAndroid Studio Project Marble: Lint PerformanceDetails on recent Lint performance fixes and a tool we made to pinpoint bottlenecks.Apr 12, 2019
Anish KothariAndroid Lint — ObsoleteSdkInt — Find unnecessary code & resources used below the minSdkVersionAndroid app maintenance : Quickly find and delete unnecessary code and resources for a projectSep 30, 2021
Alexander ShafirValidate mapping between CleanArch layers with my ClassFieldEquality library (Kotlin)Clean Architecture is current standard in Android development.Jan 8, 2021