Project Link Points to ponder from this app about Kotlin: Koding Efficieny Cocise Syntax Avoids boiler plate code (really slick) Error reduction Null Safety Ability to indicate intentions Excellent compatibility with Java and Android Singleton pattern for a class is just done using object keyword insted of class (So simple!) – Automatically instantiated – All … Continued
Kotlin
Learning Kotlin : Basics & Functional Programming
Here are some Kotlin basics that I have tried. It might be useful as a quick reference: