hhstore / blog

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

Kotlin: Quickstart #418

Open hhstore opened 8 months ago

hhstore commented 8 months ago

📖 Abstract:

💯 Related:

hhstore commented 8 months ago

Kotlin 快速上手 - 2024

Kotlin 是什么?

为什么要学习 Kotiln?

KMP 脚手架/模板:

Jetpack Compose

Kotlin Multiplatform

Compose Multiplatform

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

背景:

成本:

收益:

为什么不是 Swift + Swift UI?

不过 Swift 有几个致命问题:

hhstore commented 8 months ago

Kotlin 教程:

Kotlin 文档:

Kotlin 官方:

Android 官方:

Kotlin 示例学习:

Kotlin 在线练习:

Kotlin 社区教程:

Kotlin Github 资源:

topics:

Kotlin 库搜索:

hhstore commented 8 months ago

Kotlin 搭建开发环境:

安装 Kotlin:

命令行安装:


sdk install kotlin

# or
brew update
brew install kotlin

配置 Android Studio

配置 Android/Desktop 模拟器环境:

hhstore commented 8 months ago

Kotlin 指南:

Kotlin 语法:

Kotlin 类和对象

Kotlin 协程

与 Java 互操作性

hhstore commented 8 months ago

Kotlin 入门教程:

hhstore commented 8 months ago

Jetpack Compose 框架(Android)

Kotlin Multiplatform

KunMinX commented 2 months ago

目前有关于 Kotlin/Native 开发桌面端的任何消息吗。 java.awt 系统桥接这块做的不好,tray 菜单和无修饰窗口在 windows 下的表现一言难尽。 Kotlin 最好是能摆脱 awt。

hhstore commented 2 months ago

目前有关于 Kotlin/Native 开发桌面端的任何消息吗。 java.awt 系统桥接这块做的不好,tray 菜单和无修饰窗口在 windows 下的表现一言难尽。 Kotlin 最好是能摆脱 awt。

KunMinX commented 2 months ago

看了一下,发现列表中的项目作者也在 readme 中表示困扰,关于 awt 桥接不完善。不过感谢分享这些案例,都有各自精彩。