Getting Started.
- Download Android Studio 3.0
- Open one of your existing ".java" files
- Invoke "Code > Convert Java File to Kotlin File"
The IDE will automatically add Kotlin Dependency into your projects and convert the code into equivalent Kotlin code.
Kotlin will make Android development faster and interesting. Kotlin is already being developed by big companies. Kotlin is compatible work interoperation with Java. Kotlin is available with Android Studio 3. Kotlin is very similar to Java. Kotlin is a modern language with expressive and minimal code.
Code Example:
Code Example:
package hellome
fun main(args: Array){
println("hello me")
}
Getting Started.
- Download Android Studio 3.0
- Open one of your existing ".java" files
- Invoke "Code > Convert Java File to Kotlin File"
The IDE will automatically add Kotlin Dependency into your projects and convert the code into equivalent Kotlin code.
Kotlin will make Android development faster and interesting. Kotlin is already being developed by big companies. Kotlin is compatible work interoperation with Java. Kotlin is available with Android Studio 3. Kotlin is very similar to Java. Kotlin is a modern language with expressive and minimal code.
Code Example:
Code Example:
package hellome
fun main(args: Array){
println("hello me")
}