Back to course

Kotlin Basics: Variables and Data Types

Full Android Native 0 to Hero

Kotlin Variables

Kotlin is concise. Learn about:

  • val (immutable) vs var (mutable).
  • Data types: String, Int, Boolean, Double, Long.
  • Type inference in Kotlin.