https://kotlinlang.org logo
#compose
Title
# compose
h

huannguyen

08/01/2020, 5:26 AM
Hi all, I'm doing a spike on integrating
Compose
into an existing project. Trying to answer some questions like is it possible to create a new Compose-based
Fragment
in a multi-tab
Activity
and in general how such integration would look like. I notice most of the Jetpack examples right now are Fragment-free so wondering if that is even doable. If anyone has gone through a similar journey can you please give me some pointers? Thanks
s

steelahhh

08/01/2020, 6:25 AM
You can check out chrisbanes/tivi, it has some fragments with compose, and it’s probably the nicest integration you can find at the moment
h

huannguyen

08/01/2020, 7:03 AM
Thanks a lot!