草庐IT

Parcelable

全部标签

干货-Jectpack Compose 通过Navigation 传递 Serializable / Parcelable三种实现

880481ecbba9baf5d97b4d02ce42b5b4.jpeg掘金迁移地址在JetpackCompose中导航可以使用Jetpack中的Navigation数据传输组件进行数据传输。先决条件在app的build.gradle中引入Navigation依赖即可,如下:dependencies{//导航依赖库implementation"androidx.navigation:navigation-compose:2.4.2"//Gson解析,后边用到implementation'com.google.code.gson:gson:2.9.0'}备注:上述导航组件是没有动画的,如果需要