Completed
Lint checks in Android
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Lint Checks and Annotations in Android Development
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Lint checks for annotations
- 3 Lint checks in Android
- 4 Logic checks
- 5 Color representations
- 6 How does lint know the type of integer?
- 7 Kotlin annotations
- 8 Unsigned
- 9 HalfFloat
- 10 Thread annotations
- 11 @CallSuper
- 12 LayoutOpt
- 13 Lint checks in AndroidX
- 14 Restrict to annotation
- 15 Writing your own custom Lint checks
- 16 Lint testing framework
- 17 Kotlin buildList Lint check example
- 18 @Discouraged
- 19 Wrap up
- 20 @Deprecated Chet