Join Slack
Powered by
Hi :wave: Is there any way to draw compose to bitm...
# compose
a
andriydruk
06/13/2021, 6:22 PM
Hi 👋 Is there any way to draw compose to bitmap? I tried to put Compose in View and use Bitmap canvas to draw View. I got a mess with backgrounds in bitmap but the same View was drawn properly on display 😬
t
tad
06/13/2021, 8:10 PM
https://developer.android.com/reference/kotlin/androidx/compose/ui/graphics/package-summary#Canvas(androidx.compose.ui.graphics.ImageBitmap)
a
andriydruk
06/13/2021, 10:54 PM
I saw this API, there is a bunch of draw primitives function. But no function for drawing @Composable on Canvas. Did I miss something?
11
Views
Open in Slack
Previous
Next