Jetpack Compose系列 | remember

jetpack compose 的remember
Composable functions can store local state in memory by using remember, and track changes to the value passed to mutableStateOf. Composables (and its children) using this state will get redrawn automatically when the value is updated. We call this recomposition.
大致的意思就是remember方法会把本地的状态保存在内存中 并且追踪传入的mutableStateof参数 当参数发生变化的时候 每个使用该状态的composable都会redrawn(重新绘制) 其中包括它的子composable

Jetpack Compose系列 | remember最先出现在Python成神之路

版权声明:
作者:主机优惠
链接:https://www.techfm.club/p/4370.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>