27

I am quite eager to know the advantages of Kotlin programming language over Java for Android application development as I would love to explore new things. If any one have any knowledge about it please do needful.

Thank you.

informatik01
  • 16,038
  • 10
  • 74
  • 104

2 Answers2

17

I assume you asked about Kotlin versus Java for Android development.

Basically there are reasons to switch from Java to Kotlin for Android development:

  1. Readable and concise code
  2. Small runtime
  3. Performance
  4. Kotlin libraries

All this points described here:

  1. Develop Android apps with Kotlin
  2. Using Project Kotlin for Android
  3. Checkout Awesome Kotlin for Android
Ruslan
  • 14,229
  • 8
  • 49
  • 67
1

You might be able to see it here:http://blog.jetbrains.com/kotlin/2016/02/kotlin-1-0-released-pragmatic-language-for-jvm-and-android/

Rocco
  • 110
  • 5