hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
276 stars 22 forks source link

Kotlin: Quickstart #418

Open hhstore opened 3 months ago

hhstore commented 3 months ago

📖 Abstract:

💯 Related:

hhstore commented 3 months ago

Kotlin 快速上手 - 2024

Kotlin 是什么?

为什么要学习 Kotiln?

KMP 脚手架/模板:

Jetpack Compose

Kotlin Multiplatform

Compose Multiplatform

有没有必要再学习一门新语言 Kotlin?

背景:

成本:

收益:

为什么不是 Swift + Swift UI?

不过 Swift 有几个致命问题:

hhstore commented 3 months ago

Kotlin 教程:

Kotlin 文档:

Kotlin 官方:

Android 官方:

Kotlin 示例学习:

Kotlin 在线练习:

Kotlin 社区教程:

Kotlin Github 资源:

topics:

Kotlin 库搜索:

hhstore commented 3 months ago

Kotlin 搭建开发环境:

安装 Kotlin:

命令行安装:


sdk install kotlin

# or
brew update
brew install kotlin

配置 Android Studio

配置 Android/Desktop 模拟器环境:

hhstore commented 3 months ago

Kotlin 指南:

Kotlin 语法:

Kotlin 类和对象

Kotlin 协程

与 Java 互操作性

hhstore commented 3 months ago

Kotlin 入门教程:

hhstore commented 3 months ago

Jetpack Compose 框架(Android)

Kotlin Multiplatform