enum in Kotlin
1. Overview In this article, we will discuss the enum in Kotlin. If you use Kotlin for Android or Spring, still this concept holds the… Read More »enum in Kotlin
1. Overview In this article, we will discuss the enum in Kotlin. If you use Kotlin for Android or Spring, still this concept holds the… Read More »enum in Kotlin
1. Overview In this article, we will understand the differences between Class, Type, and object in Kotlin 2. Kotlin Class and Object Let’s first understand… Read More »Kotlin Class vs Type, and object
1. Overview In this article, we will learn the constraint type parameter Kotlin. 2. Generic Constraints You can use generic constraints to restrict the type… Read More »Constraint type parameter Kotlin
1. Overview In this article, we will explain the Object declaration (old Java way) and package-level (new kotlin way) functions which are the equivalent of… Read More »Equivalent of Java static methods and fields in Kotlin
1. Overview In this article, we will learn the Kotlin IntRange, LongRange & CharRange along with few examples. 2. Kotlin IntRange class So why would… Read More »Kotlin IntRange, LongRange & CharRange