kotlin

  1. Home
  2. chevron_right
  3. kotlin

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,…

Functions in Kotlin

Kotlin
In this post I will talk about 5 cool things that functions can do in Kotlin, better than methods in Java.   1. Forget about overloaded methods In Java, when…

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,…

Kotlin – Hello world

Kotlin
Introduction What is Kotlin? It is a new programming language built by JetBrains, and as you may already know, Google announced at Google I/O 2017, that they will now officially…