Exporting a Composable as an image (in an Android app)
How to export a Composable as an image? When searching for ways to export something drawn by a Composable on screen, the answer often proposed is to fall back on the underlying ComposeView object and use the pre-existing View.draw(Canvas) method. This works just fine for a lot of cases, but unfortunately for me, it does […]
Exporting a Composable as an image (in an Android app) Lire la suite »