I had three question
- There is
setViewContent
which acceptcomposable
function as input parameter similar tosetContent
. So, what is a difference betweensetViewContent
andsetContent
and its use-cases. You can able to seesetViewContent
inandroidx.compose
package. setContent
andsetViewContent
both returnCompositionContext?
. So, how and for what, we will useCompositionContent
.- Is there any way to integrate existing
layout.xml
with newcompose ui
in same activity or fragment.