Langsung ke konten utama

Postingan

Menampilkan postingan dengan label Kotlin-Hello World

Hello World - Kotlin

Kotlin - Android Programming Language Google officially announced Kotlin as a first class language for Android development at Google I/O 2017. From Android Studio 3.0, Kotlin is included as  Support for Android Studio. In this post, we will start the development of Android Application with Kotlin. To Getting Started, you have to download Android Studio 3.0 Canary 1  or Add the Kotlin plugin in your existing Android Studio. Create Android Project with Kotlin Create new project in Android studio check the Kotlin support and start as usual with Android Studio 3.0.  Android Studio 3.0 But for Android Studio with version less than 3.0, we have install plugin form Plugins menu manually by Selecting File-->Settings-->Plugins-->Browse Repositories--> Search and Select Kotlin. Then Click Install Now inside activity_main.xml create the following UI <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="htt...