Kotlin is a statically-typed programming language that runs on the Java virtual machine and also can be compiled to JavaScript source code or uses the LLVM compiler infrastructure. Kotlin is developed by JetBrains and open source contributors. It was released around 2011 and now is announced as an officially supported language on Android. Using Kotlin for developing applications will make it easy and a number of codes are lesser as compared to Java. Android Studio version 3.0 and above supports Kotlin language.
- Steps To Install Android Studio techmobs.in/2017/06/set-up-android-studio.html
package helloWorld fun main(args: Array) { println("Hello World!") }
Know more on Kodlin at developer.android.com/kotlin
Post A Comment:
0 comments: