nglauber
05/06/2021, 7:16 PMAdam Powell
05/06/2021, 7:20 PMAbstractComposeView
from kotlin and java consumers can use that view subclassAdam Powell
05/06/2021, 7:21 PMvar foo by mutableStateOf(initial)
from kotlin and refer to foo
from the overridden Content
method, which then lets java callers do view.setFoo(value)
and compose does its reactive thing automatically in responsenglauber
05/06/2021, 7:27 PM