Posts

Android Kotlin Trendz

Image
Android's Next Programming Language Kotlin. What Is Kotlin? Well Kotlin is speedy adapting language by Android developers. Kotlin  is Statically typed programming language of JVM(Java Virtual Machine), It is developed by Jetbrains (an company of popular IDE Android Studio, Intellij IDEA) well It is  complies to the Java Virtual Machine (JVM) bytecode. Why to change from Java? Damm!! everything was working smoothly then why the hell Jetbrains Introduce kotlin? as per jetbrain " First and foremost, it’s about our own productivity. Although we’ve developed support for several JVM-targeted programming languages, we are still writing all of our IntelliJ-based IDEs almost entirely in Java. The IntelliJ build system is based on Groovy and Gant, some Groovy is also used for tests, there is some JRuby code in RubyMine, and that’s it. We want to become more productive by switching to a more expressive language. At the same time, we cannot accept co...