Published inKt. AcademyThe Perils of InheritanceThis article will show the perils of class inheritance. This article will illustrate the alternative to class inheritance — delegation…Dec 12, 20182Dec 12, 20182
Published inKt. AcademyKotlin’s Nothing: Its Usefulness in GenericsThis article explores the usefulness of Kotlin’s Nothing type in generics. We look at its relationship to Java.Apr 25, 20185Apr 25, 20185
Eliminate Boilerplate using Kotlin ExtensionsKotlin’s extensions can be used to reduce boiler-plate in your code. To illustrate, let’s consider a simple custom View. The custom view…Dec 25, 2017Dec 25, 2017