hi,
is there off screen drawing possible in android like a imageContext in objective C. if it is kindly tell me the link or some kind of hint.
thanks a lot.
hi,
is there off screen drawing possible in android like a imageContext in objective C. if it is kindly tell me the link or some kind of hint.
thanks a lot.
I believe you are looking for the Canvas object. This doesn't have to be on the screen when you draw on it (lines, shapes, bitmaps, etc.).
You'll first want to create a Bitmap to draw on.