I’m extending a custom view, and in that custom vi...
# compose
n
I’m extending a custom view, and in that custom view’s
draw
method, i’d like to draw a
Composable
on that
canvas
. Is this possible?
a
It's called AbstractComposeView
Extend from that 🔥
n
thanks! It was a bit complex but I ended up getting it my custom view (mostly) working.