Mar 28, 2018
Kotlin standard functions — just another guide —
Hello everyone and welcome to article number 9 in the series. Today we’re going to look at something that maybe should have come up after…
Mar 14, 2018
Kotlin backend? Yes it’s possible —
Hi everyone, welcome to article number 7 in the series, today we’re going to look at something different. We all know how powerful Kotlin…
Feb 26, 2018
Kotlin Static Analysis — why and how? —
Hello everyone, welcome to article number 7 of the series. Before we jump into other examples, I think it would be nice to check the quality of the code I wrote so far to support the previous articles. So today we’ll be looking into ways of performing some static analysis on Kotlin code.
Feb 16, 2018
Kotlin Sealed Classes — enums with swag —
Hi there everyone, welcome to article number 6 on the series. Today we’ll be looking at Kotlin Sealed classes and how they can take enums…
Jan 30, 2018
Parcelable in Kotlin? Here comes Parcelize —
Hey everyone, welcome to article number 5 in the series where we’re going to look into how to handle Parcelables in Kotlin. In the previous…