自 2019 年 Google I/O 以来,Kotlin 就成为了 Android 移动开发的首选。
Over 50% of professional Android developers use Kotlin as their primary language, while only 30% use Java as their main language. 70% of developers whose primary language is Kotlin say that Kotlin makes them more productive.
使用 Kotlin 进行 Android 开发,可以受益于:
- 代码更少、可读性更强。花更少的时间来编写代码与理解他人的代码 。
- Fewer common errors. Apps built with Kotlin are 20% less likely to crash based on Google's internal data.
- Kotlin support in Jetpack libraries. Jetpack Compose is Android's recommended modern toolkit for building native UI in Kotlin. KTX 扩展为现有的 Android 库添加了 Kotlin 语言特性,如协程、 扩展函数、 lambda 表达式与命名参数。
- 支持多平台开发。 Kotlin Multiplatform allows development for not only Android but also iOS, backend, and web applications. Some Jetpack libraries are already multiplatform. Compose Multiplatform, JetBrains' declarative UI framework based on Kotlin and Jetpack Compose, makes it possible to share UIs across platforms – iOS, Android, desktop, and web.
- 成熟的语言与环境。 自 2011 年创建以来,Kotlin 不仅通过语言而且通过强大的工具在整个生态系统中<!--
- -->不断发展。 现在,它已无缝集成到 Android Studio 中, 并被许多公司积极用于开发 Android 应用程序。
- 与 Java 的互操作性。 可以在应用程序中将 Kotlin 与 Java 编程语言一起使用, 而无需将所有代码迁移到 Kotlin。
- 易学易用。Kotlin 非常易于学习,尤其是对于 Java 开发人员而言。
- 大社区。 Kotlin 得到了社区的大力支持与许多贡献,该社区在全世界范围内都在增长 。 Over 95% of the top thousand Android apps use Kotlin.
许多初创公司与财富 500 强公司已经使用 Kotlin 开发了 Android 应用程序,参见 面向 Android 开发者的谷歌网站上的列表。
To start using Kotlin for:
- Android development, read Google's documentation for developing Android apps with Kotlin.
- Developing cross-platform mobile applications, see Get started with Kotlin Multiplatform for Android and iOS.