How to take input from the touch screen and save as a raster image?

I want to take Signature from the device’s touch screen and save it in Bitmap so that I can later upload this bitmap to Server. Can anyone provide the code because it is really relevant.

Thanks in advance to each reader and assistant.

+3
source share
2 answers

You probably used the TouchPaint app from FingerPaint from APIDemos. Follow this link as well

+1
source

try in SVG format. you need to save the whole touch point x, y in the array, convert it to svg. to help get through w3school.

+1
source

All Articles