Some Idea, Project and Programming Notes

  • Home
  • About

Kotlin

First Android App using Kotlin : language features

December 9, 2018Mashruf Leave a comment

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

April 8, 2018Mashruf Leave a comment

Here are some Kotlin basics that I have tried. It might be useful as a quick reference:

Kotlinandroid, functional programming, IntelliJ IDEA, Java, kotlin

Categories