2023-02-17 18:14:52 +08:00

17 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Jetpack学习笔记
本教程参考了google Jetpack的官方教程[^1],以及掘金柒叁的Jetpack bolg[^2],作为个人的学习记录和分享。
Android平台在发展了10年后开发模式已经和最开始Android6.0前的开发模式有了天翻地覆的变化。2017年Google推出了Kotlin作为Android原生开发的第一语言许多的第三方组件紧随其后已经开始提供Kotlin的版本甚至仅仅提供Kotlin版本随后为了整治Android应用开发过程中的各种乱象Google先后推出了AndroidX、Jetpack、Compose随后在日常开发中在2022年的今天如果还对Jetpack、Kotlin不熟悉那你确实有些Out了。
## 初识Jetpack
* 为何要使用Android Jetpack
Google官方给出了自己的答案
* 遵循最佳做法
* 消除样板代码
* 减少不一致
![20220914175616](http://qiniu.xiaoyan159.space/xiaoyan159-vscode/20220914175616.png)
[^1]:https://developer.android.google.cn/jetpack
[^2]:https://juejin.cn/post/7088730176078479396