Draw under image

AndroidUserCCS

Member
Licensed User
Longtime User
Hi,

I want to know how is can I to draw under an image and save this? (Sketch Over)

Exist any library to do it?
 
Last edited:

AndroidUserCCS

Member
Licensed User
Longtime User
What I want to do is open an image and draw on it and then save the image drawn.
 
Upvote 0

AndroidUserCCS

Member
Licensed User
Longtime User
Sorry Erel, I am posted in the wrong place many times, please move my lastest post about MotionEvent.
 
Upvote 0

AndroidUserCCS

Member
Licensed User
Longtime User
Note that you have posted your question in the wrong place.

You can draw the image to a bitmap with Canvas.DrawBitmap and then draw over the bitmap with the other canvas methods and save the image.

Is possible to do on touch screen?
 
Upvote 0

AndroidUserCCS

Member
Licensed User
Longtime User
Sorry Erel, can post some example? sorry is my second day coding in B4A, I buy the licence in December but only install this and dont use the compiler.
 
Upvote 0
Top