Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Jetpack Compose text that starts next to the image and continues below it

How can I make a design like the image with Jetpack Compose? I searched a lot, but I couldn't get any answer similar to the structure I wanted.

enter image description here

like image 951
Vahit Keskin Avatar asked Sep 12 '25 18:09

Vahit Keskin


1 Answers

You can try out Romain's newest library

Composable widget for Jetpack Compose that allows to flow text around arbitrary shapes over multiple columns.

to achieve this and much more: https://github.com/romainguy/combo-breaker

like image 114
Alejandra Avatar answered Sep 14 '25 07:09

Alejandra