A Beginner’s Guide to Kotlin: Comparing Kotlin and Java Side-By-side
Google recently announced first-class support for Kotlin on Android, rescuing thousands of grateful mobile developers from the purgatory of Java 7. (more…)
Read more »
Properties are around since java. Properties are a persistent form of K/V pair which is mainly used for configuration. Configuration can be… Read more