News

The typical rough estimate indicates approximately a 40% cut in the number of lines of code from Java to Kotlin. Kotlin vs. Scala The question of whether to choose Kotlin or Scala doesn’t come ...
In many cases, two lines of Java code can be compressed into a single line of Kotlin. Kotlin also does away with null pointer exceptions, and even lets you off the hook when it comes to ending ...
Java has become the reference language when it comes to programming applications for android, but serious rivals have arisen, from c++ to scala. one of those competitors is kotlin, a language that was ...
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 ...
"Smells" is a more visceral alternative to "anti-patterns," a term of art used to refer to bad coding patterns. In Java, The Blob (a.k.a God Objects) represents a commonly cited anti-pattern. The code ...
Kotlin modifies some of Java’s rules to introduce more flexibility and improve areas where coding can become bogged down. Whereas Java code tends toward the rigorous and explicit, Kotlin leans ...
This project is composed of exercises I did while learning kotlin. This readme file will contain the udemy class I used as an introduction to learn kotlin, along with some useful link. In addition, I ...