Category Archives: Kotlin
15Juil
Why You Must Try Kotlin For Android Development ?
Kotlin is a statically typed programming language for the JVM, Android and the browser….
Read More
15Juil
Learn Kotlin: lateinit vs lazy
There are many great features available in Kotlin, we can take advantage of all these features to write the better application in Kotlin. Among all those features, lateinit and lazy are important property initialization feature. We must know when to use which property initialization….
Read More