News

Kotlin vs Java, the latter offers more succinct code – with no findViewByIds If you compare a Kotlin class and a Java class that are performing the same work, then the Kotlin class will ...
Here's what Meta's developers have learned from moving their code base from the Java programming language over to Kotlin.
Kotlin offers big advantages over Java for JVM and Android development, and plays nicely with Java in the same projects.
Code Copy Text import android.support.v7.app.AppCompatActivity import android.os.Bundle import kotlinx.android.synthetic.main.activity_main.* //Import the extension function// ...
Meta has been at work to port their Android codebase from Java to Kotlin. In the process, they have learned a number of lessons of general interest and developed a few useful approaches, explains Meta ...
"Kotlin is what our development community has already asked for," Android product manager Stephanie Saad Cuthbertson said during the announcement of Kotlin support at Google's IO conference in May.
Kotlin is one of the newer languages on the JVM. It is statically typed and aims to provide a blend of OO and FP programming styles. We present the main features that might appeal to Java developers.
Officially released in 2016, Kotlin has attracted a lot of attention in recent years, especially since Google announced its support for Kotlin as an alternative to Java on Android platforms.