Kotlin for Java and Android Developers – Part 1
If you are an Android developer writing Java code for a long time, it is easy to learn Kotlin. Google has announced official support for Kotlin. Kotlin can do all…
If you are an Android developer writing Java code for a long time, it is easy to learn Kotlin. Google has announced official support for Kotlin. Kotlin can do all…
In previous blog Kotlin for Java and Android Developers — Part 1 we have discussed about function, variables, classes, interfaces, modifiers and constructor. We will now explore functional programming with…