简体   繁体   中英

Navigate from Jetpack Compose to Fragment and from Fragment to Jetpack Compose Screen

How can I go from Jetpack compose screen to fragment and from fragment to jetpack compose screen? I use the jetpack compose navigation? any help?

If you have a hybrid app with both compose and view system fragments then the recommendation is to host all your composable screens in fragments and use the fragment navigation. When you are ready to go all in with compose you can then switch to compose navigation.

See this for reference.

You can use AndroidView() and ComposeView() for this

https://youtu.be/PjQdFmiDgwk

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM