Google 官方文档
https://developer.android.google.cn/jetpack/compose/documentation?hl=zh_cn
学习网站
https://docs.bughub.icu/compose/
View 库
https://google.github.io/accompanist/pager/#usage
kotlin 网络库
// https://coil-kt.github.io/coil/compose/
<uses-permission android:name="android.permission.INTERNET" />
api 'io.coil-kt:coil-compose:1.3.0'
网络图片地址: tse4-mm.cn.bing.net/th/id/OIP-C…
Material 扩展图标
implementation "androidx.compose.material:material-icons-extended:1.0.1"
常用库
https://docs.bughub.icu/compose/accompanist/Accompanist/
约束布局库
implementation "androidx.constraintlayout:constraintlayout-compose:1.0.0-beta02"
导航
implementation "androidx.navigation:navigation-compose:2.4.0-rc01"
设置系统状态栏的颜色和显示隐藏
var accompanist_version = "0.24.3-alpha"
implementation "com.google.accompanist:accompanist-systemuicontroller:$accompanist_version"```
implementation "com.google.accompanist:accompanist-insets:$accompanist_version"