-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
237 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,237 @@ | ||
### Mathm | ||
1. 高等数学全册知识点分享-概念、定理及公式 | ||
> https://zhuanlan.zhihu.com/p/672880117 | ||
1. 24考研 | 考研数学基础知识点梳理(高数篇) | ||
> https://zhuanlan.zhihu.com/p/644474058 | ||
|
||
### DI | ||
1. Dependency injection in Android | ||
> https://developer.android.com/training/dependency-injection | ||
1. Hilt | ||
> https://dagger.dev/hilt/ | ||
1. Introduction to Dependency Injection | ||
> https://tomas-repcik.medium.com/introduction-to-dependency-injection-88dba0beb929 | ||
1. Dependency injection with Hilt in Android development | ||
> https://tomas-repcik.medium.com/dependency-injection-with-hilt-in-android-development-e23fc636d65c | ||
|
||
### Harmony | ||
1. 开发-HarmonyOS NEXT鸿蒙应用开发平台-华为开发者联盟 | ||
> https://developer.huawei.com/consumer/cn/develop | ||
1. 应用开发导读-基础入门 - 华为HarmonyOS开发者 | ||
> https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/application-dev-guide-V5 | ||
1. 文档-仓颉编程语言官网 | ||
> https://cangjie-lang.cn/docs | ||
|
||
### Kotlin DSL | ||
1. Kotlin DSL | Introduction | ||
> https://medium.com/kotlin-and-kotlin-for-android/kotlin-dsl-introduction-6123c43ae770 | ||
|
||
### Swift | ||
1. Documentation | ||
> https://www.swift.org/documentation/ | ||
1. The Swift Programming Language (6) | Documentation | ||
> https://docs.swift.org/swift-book/documentation/the-swift-programming-language/ | ||
1. Swift Online Playground | ||
> https://swiftfiddle.com/ | ||
|
||
### Kotlin Coroutine | ||
1. Kotlin 协程 Select:看我如何多路复用 | ||
> https://juejin.cn/post/7142083646822809607 | ||
1. 谈谈 Kotlin 协程的 Context 和 Scope | ||
> https://blog.yujinyan.me/posts/kotlin-coroutine-context-scope/ | ||
|
||
### KMP | ||
1. PeopleInSpace | ||
> https://github.com/joreilly/PeopleInSpace | ||
1. ClimateTraceKMP | ||
> https://github.com/joreilly/ClimateTraceKMP | ||
1. BikeShare | ||
> https://github.com/joreilly/BikeShare | ||
1. Get started with Kotlin Multiplatform | ||
> https://www.jetbrains.com/help/kotlin-multiplatform-dev/get-started.html | ||
1. Introduction to Kotlin Multiplatform | ||
> https://kotlinlang.org/docs/multiplatform-intro.html | ||
|
||
### Compose | ||
1. Compose Multiplatform Tutorials | ||
> https://github.com/JetBrains/compose-multiplatform/blob/master/tutorials/README.md | ||
1. Compose Multiplatform Examples | ||
> https://github.com/JetBrains/compose-multiplatform/tree/master/examples | ||
1. Consuming flows safely in Jetpack Compose | ||
> https://medium.com/androiddevelopers/consuming-flows-safely-in-jetpack-compose-cde014d0d5a3 | ||
1. Jetpack Compose Awesome | ||
> https://github.com/jetpack-compose/jetpack-compose-awesome | ||
1. Compose 游戏 | ||
> https://juejin.cn/search?query=compose%20游戏 | ||
1. Compose-driven architecture | ||
> https://github.com/slackhq/circuit | ||
1. Compose | 隐云小屋 | ||
> https://www.likehide.com/tags/compose/ | ||
1. Jetpack Compose 状态管理 | ||
> https://juejin.cn/post/7382491990301491235 | ||
#### Compose SideEffect | ||
1. Advanced State and Side Effects in Jetpack Compose | ||
> https://developer.android.com/codelabs/jetpack-compose-advanced-state-side-effects | ||
1. Jetpack Compose Side Effects Made Easy | ||
> https://elye-project.medium.com/jetpack-compose-side-effects-made-easy-a4867f876928 | ||
1. Mastering Side Effects in Jetpack Compose | ||
> https://proandroiddev.com/mastering-side-effects-in-jetpack-compose-b7ee46162c01 | ||
1. Jetpack Compose Side Effects in Details | ||
> https://medium.com/@mortitech/exploring-side-effects-in-compose-f2e8a8da946b | ||
1. Jetpack Compose Side Effects – With Examples | ||
> https://appcircle.io/blog/jetpack-compose-side-effects-with-examples | ||
#### Compose 优化 | ||
1. 妈!Jetpack Compose太难学了,别怕,这里帮你理清几个概念 | ||
> https://juejin.cn/post/7244420350753144891 | ||
1. 掌握 Android Compose:从基础到性能优化全面指南 | ||
> https://juejin.cn/post/7412821327001206811 | ||
1. [译] Compose之稳定性(Stability)的解释 | ||
> https://juejin.cn/post/7245118640411754533 | ||
1. Compose:长期副作用 + 智能重组 = 若智?聊聊rememberUpdateState | ||
> https://juejin.cn/post/7262537799289831481 | ||
1. Compose:从重组谈谈页面性能优化思路,狠狠优化一笔 | ||
> https://juejin.cn/post/7263341982407868472 | ||
1. Compose编程思想 -- Compose中重组风险和优化 | ||
> https://juejin.cn/post/7348320601997672487 | ||
1. Jetpack Compose 性能优化 | ||
> https://juejin.cn/post/7306802651010105344 | ||
1. Jetpack Compose 重组 🔄 与甜甜圈洞跳过 🍩 | ||
> https://juejin.cn/post/7386302393612238882 | ||
1. 一文看懂 Compose 强制跳过模式(Strong Skipping Mode) | ||
> https://juejin.cn/post/7422548463235514378 | ||
1. Jetpack Compose: Strong Skipping Mode Explained | ||
> https://medium.com/androiddevelopers/jetpack-compose-strong-skipping-mode-explained-cbdb2aa4b900 | ||
1. New ways of optimizing stability in Jetpack Compose | ||
> https://medium.com/androiddevelopers/new-ways-of-optimizing-stability-in-jetpack-compose-038106c283cc | ||
1. layz4android posts | ||
> https://juejin.cn/user/3738809720645000/posts | ||
1. Compose State Series | ||
> https://blog.zachklipp.com/tag/compose-state-series/ | ||
#### Compose 编译器 | ||
1. 深入浅出 Compose Compiler(1) Kotlin Compiler & KCP | ||
> https://juejin.cn/post/7153076275207208991 | ||
1. 深入浅出 Compose Compiler(2) 编译器前端检查 | ||
> https://juejin.cn/post/7155668796655534093 | ||
1. 深入浅出 Compose Compiler(3) IR & IrGenerationExtension | ||
> https://juejin.cn/post/7163455487608881183 | ||
1. 深入浅出 Compose Compiler(4) 智能重组与 $changed 参数 | ||
> https://juejin.cn/post/7171253940087390221 | ||
1. 深入浅出 Compose Compiler(5) 类型稳定性 Stability | ||
> https://juejin.cn/post/7171623452267757605 | ||
#### Compose under the hood | ||
1. Inside Jetpack Compose | ||
> https://medium.com/@takahirom/inside-jetpack-compose-2e971675e55e | ||
1. inside-jetpack-compose-diagram | ||
> https://github.com/takahirom/inside-jetpack-compose-diagram/blob/main/diagram.png | ||
1. 探索 Jetpack Compose 内核:深入 SlotTable 系统 | ||
> https://juejin.cn/post/7113736450968911908 | ||
1. Jetpack Compose探索(一)——SlotTable | ||
> https://juejin.cn/post/7268297948639051831 | ||
1. SlotTable | ||
> https://github.com/FantasticPornTaiQiang/AndroidNote/tree/main/compose/SlotTable | ||
1. Snapshot | ||
> https://github.com/FantasticPornTaiQiang/AndroidNote/blob/main/compose/Snapshot/Snapshot.md | ||
1. 深入浅出 JetPack Compose UI 自动更新原理 | ||
> https://juejin.cn/post/7296738166380445722 | ||
1. Introduction to the Compose Snapshot system | ||
> https://dev.to/zachklipp/introduction-to-the-compose-snapshot-system-19cn | ||
1. 扒一扒 Jetpack Compose 实现原理 | ||
> https://zhuanlan.zhihu.com/p/585400570 | ||
1. Kotlin/JVM 编译流程浅析 | ||
> https://juejin.cn/post/7451227088571351059 | ||
1. 为超越JVM而生?深入理解Kotlin Native的梦想与可能 | ||
> https://juejin.cn/post/7410321051781234722 | ||
### Rust | ||
1. Rust Playground | ||
> https://play.rust-lang.org/?version=stable&mode=debug&edition=2021 | ||
1. Rust by Example | ||
> https://doc.rust-lang.org/rust-by-example/index.html | ||
1. Learning Rust | ||
> https://learning-rust.github.io/docs/overview/ | ||
1. Comprehensive Rust 🦀 | ||
> https://google.github.io/comprehensive-rust/ | ||
|
||
# GraalVM | ||
1. Gradle plugin for GraalVM Native Image building | ||
> https://graalvm.github.io/native-build-tools/latest/gradle-plugin.html | ||
1. Getting Started with Gradle Plugin for GraalVM Native Image | ||
> https://graalvm.github.io/native-build-tools/latest/gradle-plugin-quickstart.html | ||
1. The State of GraalVM Native Image for Mobile Development | ||
> https://betterprogramming.pub/graalvm-native-image-for-mobile-development-49eb87a00eee | ||
1. Building Multiplatform Mobile Apps With GraalVM Native Image | ||
> https://betterprogramming.pub/making-multiplatform-mobile-apps-with-graalvm-native-image-7e9131fb185f | ||
1. Write once, run anywhere: An Android game using JavaFX and the GraalVM | ||
> https://www.metacodes.pro/blog/write_one_run_anywhere_an_android_game_using_javafx_and_the_graalvm/ | ||
1. Gluon | ||
> https://gluonhq.com/ |