I want to draw a Drawable object on an Image, specificaly a String object on an Image. I know that this is on the roadmap, and is planned to be done. But I don't want to wait.
Basicaly what I want to do is to draw a text on an Image, so I was thinking on drawing a String on the Image, but any method should be fine, like using another library for drawing the text.
So, how could this be done? Or at least, can someone point me on the right direction for doing so?
Thanks in advance.