I am trying to write text on an image and then save it to images.
I have tried first answer of
Add text to image in android programmatically
and
first answer of
Generate a image with custom text in Android
I also tried adding text to relative layout, but I could not get it working.
using first two answer I was able to save image to gallery, but the saved images are blurred(no clear). is there any other technique to save image? or can I improve anything?