I know this question is very vague and doesn't probably have a single correct answer. I just wanted to hear some input and create some content around advanced text styles in Compose. I hope it's fine.
Does anyone knows if there is a way to use Spans in compose?
I built a custom MultiAutocompleteTextView using the Views system that created chips using ChipSpan(...): ImageSpan(...).
It looks something like this:
How would you handle this in Compose? Any input will be greatly appreciated! Thank you.
