Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Kotlin Under the Covers
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Kotlin is Awesome
- 3 Kotlin is Magical
- 4 The Tools
- 5 Example: Primitive Types
- 6 Kotlin Bytecode
- 7 Bytecode Decompiler
- 8 Memory Profiler
- 9 Interlude When 10001 != 10001
- 10 Example: when
- 11 Example: Lazy Properties
- 12 Example: Unsigned
- 13 Example: Ranges
- 14 Example: Inline classes
- 15 Example: Arrays Java
- 16 Example: Extension Functions
- 17 Example: Default Parameters
- 18 Example: Coroutines
- 19 Should You Care?