#kotlin
Read more stories on Hashnode
Articles with this tag
In Java 8, one of the features that were added was lambda functions. Unsurprisingly, this feature is available in Kotlin as well, with slight...
Kotlin is a brilliant multipurpose language that offers a wide array of awesome features to make lives easier for developers. Destructing is one of...
Think of the number of times you had to write util classes in Java to achieve some functionality in your code. If not that, then think of the number...
Asynchronous programming is a new reality in programming that we (developers) have to understand. To this end, Kotlin came up with a great library in...
As a developer, one of the most important things you have to be on the lookout for is your application’s memory usage. Overdo it and all the user has...
Plenty of Android Developers have by now moved to Kotlin from Java and are benefiting from the awesome power that the language offers. Kotlin has a...