News

Just the way Swift ensured the death of Objective C language in the past, today, Kotlin is all set to push out Java from the Android app development ecosystem.
JetBrains' new JVM language Kotlin promises not only to simplify Java stack-based, server-side development, but also client-side Android development.
Which one should you choose between Kotlin Vs Java, the only officially supported Android app development languages? Here's a comparison.
Java and Android development have been closely connected since Android’s inception. Although Kotlin has become increasingly popular in recent years, Java remains officially supported and ...
Kotlin is a modern alternative to Java that supports functional programming in the JVM. Here's a first look at programming with Kotlin using some of the concepts and syntax you already know from Java.
This post is an introduction to Android app development for beginners. How to get setup and start your first Android project, and where to go from there!
Google today announced that it is making Kotlin, a statically typed programming language for the Java Virtual Machine, a first-class language for writing Android apps. Kotlin's primary sponsor is ...
In Java terms, Kotlin classes are final by default. Default public members and default final classes could be interpreted as subtle encouragement to prefer composition over inheritance.