Gaurav Gangwar
05/17/2021, 1:29 PMnitrog42
05/17/2021, 1:33 PMFilip Wiesner
05/17/2021, 1:33 PMGaurav Gangwar
05/17/2021, 1:34 PMnitrog42
05/17/2021, 1:34 PMGaurav Gangwar
05/17/2021, 1:34 PMnitrog42
05/17/2021, 1:35 PMnitrog42
05/17/2021, 1:37 PMFilip Wiesner
05/17/2021, 1:41 PMit uses a ComposeView to render on screen
ComposeView
is just bridge to the View system and saying that it's used to render Composable functions is a little misleading. I haven't fact-checked this I think that there is no ComposeView
if you directly use setContent { // compose }
in your activity.ComposeView
as Canas of sorts. It's just a portal to a differrent world.nitrog42
05/17/2021, 1:44 PMsetContent
in Activity
does use a ComposeView
, but you are right on the rest and I changed my wordingnitrog42
05/17/2021, 1:44 PMFilip Wiesner
05/17/2021, 1:47 PMAlbert Chang
05/17/2021, 1:47 PMRenderNode
APIs on API 23+ and View
APIs on API 21-22.Albert Chang
05/17/2021, 1:48 PMAlbert Chang
05/17/2021, 1:49 PMGaurav Gangwar
05/17/2021, 1:56 PMAdam Powell
05/17/2021, 2:33 PMFilip Wiesner
05/17/2021, 2:36 PM