Course Introduction
  • GitHub Repo
Getting Started
  • Introduction
  • Toolbox
  • Create Kotlin Project
  • IntelliJ New UI
  • IDE Overview
The Basics Of Kotlin
  • The Main Function
  • Reserved Keywords
  • Comments
  • Println and Print
  • Variables
  • Datatypes
  • Any
  • Type Inference
  • Val vs Var
  • Const Keyword
  • Null Safety
  • Strings
  • String Template
  • Multiline Strings
  • String Comparison
  • Arithmetic Operators
  • Math
  • Plus Operator
Beyond the Basics
  • Booleans
  • If Statements
  • Arrays
  • Lists
  • For Loop
  • Functions Introduction
  • Functions