I'm starting a new project with Compose, but I ten...
# compose
a
I'm starting a new project with Compose, but I tend to use fragments(and use ComposeView inside them) instead of pure compose for several reasons: 1- I see one activity multiple fragments architecture is more constant than pure Compose (correct me). 2- I like Navigation component with safeArgs that Compose doesn't support, although, I heard a lot of complaints about NC Compose. 3- I need an easy way to write XML code if I faced any blocked issue with Compose or when I need it. Any tip/resource apricated :)