I am just curious, will compose let us use custom ...
# compose
l
I am just curious, will compose let us use custom views and add them to the view tree?
s
I might be wrong, but if I understand it correctly you won't be able to just use a custom Android view (descendant of
android.view.View
) as if it was a composable view function thingy. However, you will be able to “go the other way around” by generating “standard” custom views from the composable view functions with
@GenerateView
or something. Also, this might be to early to say if it won't be possible or not, seeing as it's still under heavy development. simple smile
Please correct me if I'm wrong, anyone. EDIT: I stand corrected: https://kotlinlang.slack.com/archives/CJLTWPH7S/p1557754005114500 simple smile