Kotlin
-
Kotlin for Java Developers: 10 Features You Will Love About Kotlin
Kotlin is a statically typed JVM language built by Jetbrains, the makers of the IntelliJ IDE. Kotlin is built upon Java and…
Read More » -
Kotlin + Android First Impressions
I am a huge Android fanboy, and have been one ever since the Nexus One came out. The Android OS…
Read More » -
10 Features I Wish Java Would Steal From the Kotlin Language
This article is overdue. After the hype around the release of Kotlin 1.0 has settled, let’s have a serious look…
Read More » -
Kotlin Month Post 4: Properties
Intro In this, the fourth and final post in the Kotlin Month series, we take a look at a widely…
Read More » -
Kotlin Month Post 3: Safety
Intro In this third post for Kotlin Month, I’m going to go over some of the safety features that Kotlin…
Read More » -
Kotlin Month Post 2: Inheritance and Defaults
Intro Continuing on with Kotlin Month, this week, I’ll be discussing topics in Kotlin that have to do with inheritance…
Read More » -
Kotlin Month Post 1: Assorted Features
To open up Kotlin Month, we’ll look at a small assortment of Kotlin’s features that aren’t big enough to merit…
Read More » -
A Very Peculiar, but Possibly Cunning Kotlin Language Feature
This has caught me by surprise. After studying the Kotlin language to learn about how to best leverage this interesting…
Read More » -
Null safety in Kotlin
Kotlin is a statically typed JVM language developed by Jetbrains. It has some good documentation so today I will focus…
Read More »