Here is my idea:
- I have a high resulotion image put in asset. (like 1400x900)
- I have some text in string.xml
- I want to draw text in string.xml into that high resulotion image without open that image. I think that task will run in another thread (task).
- After that, ill save image (already have text and full size) into sd card (or convert it to pdf before save)
I found some solution, like use canvas and getDrawingCache().compress(), but the result is not in full size. Result image in device size.
Thanks for your help




