Join Slack
Powered by
I’m extending a custom view, and in that custom vi...
# compose
n
Nick
12/23/2021, 10:16 PM
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
Arjun Achatz
12/24/2021, 1:13 AM
It's called AbstractComposeView
Arjun Achatz
12/24/2021, 1:13 AM
Extend from that 🔥
n
Nick
01/06/2022, 5:37 PM
thanks! It was a bit complex but I ended up getting it my custom view (mostly) working.
2
Views
Open in Slack
Previous
Next