java

  1. Home
  2. chevron_right
  3. java

Kotlin – for, while, if, when

Kotlin
Control flow: for, while, if, when This post is for beginners who want to start learning Kotlin language and already know Java. We will show simple examples of for, while, if,…

Introduction to Functions – Kotlin

Kotlin
In this post, I will try to explain how to write functions in Kotlin by doing a parallel with Java. It’s not rocket science or anything special in this post,…