Kotlin is a modern, general-purpose programming language developed by JetBrains. Its full compatibility with Java and concise syntax makes it an appealing language for web development, Android development, and more . Every year more and more people rely on mobile devices to meet their needs.
Read moreWhat can you build with Kotlin?
In 2017, Google made Kotlin the official language of Android.
Read moreHow do you iterate through a Mutablelist in Kotlin?
5 different Kotlin program to iterate through a mutablelist
Read moreHow do you iterate in Kotlin?
Iterate over a list in Kotlin
Read moreHow do you declare for loop in Kotlin?
Kotlin for loop is used to iterate a part of program several times.
Read moreHow do you do a while loop on Kotlin?
Infinite do while loop in Kotlin
Read moreDo loops Kotlin?
Like Java, do-while loop is a control flow statement which executes a block of code at least once without checking the condition, and then repeatedly executes the block, or not, it totally depends upon a Boolean condition at the end of do-while block.20 May 2019
Read more