Utilize Control Flow in Kotlin

May 22, 2024

Module 2 of 6 in Learn the Kotlin Language Learning Path

Module outcomes:

  • Branch code based on variable state using by either if or when statements
  • Conditionally setup variables
  • Use the various looping constructs to perform repetitive tasks

Covered concepts:

  • If / When keywords
  • Branching logic
  • For / repeat loops
  • Break / continue in loops
  • Null operators
  • Elvis operator

Project link: https://www.kodeco.com/android/paths/learn-kotlin-language/43870066-utilize-control-flow-in-kotlin

Nifty tech tag lists from Wouter Beeftink