DSL : https://developer.android.com/jetpack/compose/kotlin#dsl
可拖拽LazyVerticalGrid https://github.com/aclassen/ComposeReorderable
动画 https://developer.android.com/jetpack/compose/animation
UI层指南 https://developer.android.com/jetpack/guide/ui-layer?hl=zh-cn
Compose 取代 xml
Compose配合RecyclerView https://www.waseefakhtar.com/android/recyclerview-in-jetpack-compose/
tutorial https://developer.android.com/jetpack/compose/tutorial
单向数据流
Unidirectional data flow (UDF) 状态向下流动、事件向上流动的这种模式称为单向数据流 (UDF)。
- How to define the UI state.
- Unidirectional data flow (UDF) as a means of producing and managing the UI state.
- How to expose UI state with observable data types according to UDF principles.
- How to implement UI that consumes the observable UI state.