index
官方主页:https://developer.android.com/kotlin/overview
kotlin基建:https://kotlinlang.org/foundation/kotlin-foundation.html 语言官网: https://kotlinlang.org/
类型检查和转化:https://kotlinlang.org/docs/reference/typecasts.html#is-and-is-operators 约定:https://kotlinlang.org/docs/reference/whatsnew13.html#contracts 各种学习练习资源: https://developer.android.com/kotlin/resources 包含多线程协同(coroutines)
已知issue: https://developer.android.com/studio/preview/kotlin-issues.html 简略的性能思考等:https://developer.android.com/kotlin/faq
android-ktx:https://developer.android.com/kotlin/ktx
coroutines额外阅读: https://developer.android.com/topic/libraries/architecture/workmanager/advanced/coroutineworker https://android.googlesource.com/platform/frameworks/support/+/refs/heads/androidx-master-dev/lifecycle/viewmodel/ktx/src/main/java/androidx/lifecycle/ViewModel.kt#34 https://medium.com/androiddevelopers/coroutines-on-android-part-i-getting-the-background-3e0e54d20bb
对团队接纳的建议: https://developer.android.com/kotlin/adopt-for-large-teams 里面有一个StringUtil的小技巧,看起来很方便啊
Last updated
Was this helpful?