I\'m trying to add a String to a Drawable image. I\'m currently not using a Panel to draw and I\'d like to keep it that way. Any idea
String
Drawable
Panel
If your resulted text looks "angular" due to resizing, it's better to use TextPaint instead of plain Paint with these parameters:
TextPaint
Paint
TextPaint textPaint = new TextPaint(TextPaint.ANTI_ALIAS_FLAG | TextPaint.LINEAR_TEXT_FLAG);