Introduction
  • Introduction
  • Setup
Kotlin Basic
  • Kotlin file structure & package
  • Variables
  • Data type, type check & casting
  • Array, List & Map
  • Functions
  • Conditional expressions
  • Loops
  • Properties
  • lateinit and lazy
  • Null safety
Kotlin OOP
  • Class
  • Inheritance
  • Abstract class & interface
  • Visibility modifiers