How can I write text on an image and then save it in Android?
Basically I want to let user write something on the images which my camera app will click for them. I c
You have to implement a canvas that allows the user to draw on it and then set the background of that canvas to that particular image. This is just a guess but its somewhere there abouts.