Java vs Kotlin Android Development.

huangapple go评论77阅读模式
英文:

java vs kotlin android development

问题

请告诉我,我应该考虑哪种语言进行Android开发,Java还是Kotlin。到目前为止,我了解到Kotlin可以处理null安全性,而Java不能,但我对应该使用哪种语言进行Android开发感到困惑,因为我已经学习了Java和Kotlin。请有经验的人帮助我,并建议我可以在哪里学习,而不必在互联网上浪费时间,同时也分享一下您的意见,如果您需要重新开始,您会首先做什么?对于语言选择作为Android开发,我期望得到真正的答案,是Java还是Kotlin。开发者们可以帮助我澄清关于这些语言的看法。

英文:

plz someone tell me which language should i consider for Android development, java or kotlin.
Till now i understand main point about kotlin that it can handle null safety but java can't, but i am confused which language should i use for Android dev, i already completed my java and kotlin.
plz someone help me and also suggest me sources where i can learn without wandering on internet and also share your opinion if you have to start over, what you do first?
sorry for grammar mistakes

i am expecting genuine answer about language which i use as a android dev java or kotlin. devs can help me in clear my vision on these languages.

答案1

得分: 2

尽管 Java 非常稳定并拥有庞大的社区支持,但现在推荐使用 Kotlin 作为现代 Android 开发 的语言。Kotlin 不仅使开发更加简洁、愉快和符合习惯,还提供了一些在 Java 中不可用的优秀工具包,如 Jetpack ComposeCoroutine

在这里,你可以找到有关以 Kotlin 进行 Android 开发 的更多详细信息和初学者指南:

https://developer.android.com/kotlin

英文:

Although Java is very stable and have a vast community support, Kotlin is now the recommended language for modern Android Development. Not only Kotlin makes development more concise, pleasant, and idiomatic, it also offers some great toolkits like Jetpack Compose, Coroutine which is not available in Java.

Here you can find more details and Beginners guidelines for Android Development in Kotlin

https://developer.android.com/kotlin

huangapple
  • 本文由 发表于 2023年6月6日 12:31:17
  • 转载请务必保留本文链接:https://go.coder-hub.com/76411462.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定