Kotlin groupBy() and partition() Explained
In this blog post, I will explain Kotlin’s groupBy() and partition() functions along with a few possible use-cases.
Articles
In this blog post, I will explain Kotlin’s groupBy() and partition() functions along with a few possible use-cases.
In this article I will teach you what exactly SOLID principles are with Kotlin examples to get an even better understanding of the topic.
If you have ever been wondering what is Kotlin, or why is it worth spending your time learning it, then check out my latest video.
In this article, I would like to show you some of the features and changes introduced in Kotlin 1.4 version.
This time, we will cover the basics of the Kotlin- loops. We will see, how to use for-loop, forEach, while, break and continue in our code.
This article on Kotlin interview questions has been created to help you understand the basic concepts of Kotlin programming language for interview purposes. Whether you are a beginner or a highly experienced developer, core Kotlin plays a very crucial role in any Kotlin-related interview.