I want to replace a string ({img}) e.g "Hello {img} World" with an image.
The image isn't an emoticon and should fill the whole screen width, so the text goes on below the image.
I read about SpannableString/ImageSpan, but would it fit to my problem or is there a better solution to solve this?
The image should be loaded asynchronous using ION-Library, so would it be possible at all, if I use an imagespan?
I would be glad, if anybody would give me a hint or name a layout-element, because I have no idea where to start with.