I'm playing around with Canvas on Android and I have a question : is it possible to keep the previous drawing of the canvas between each onDraw call ?
For example, if I draw a path with a Style.STROKE for his Paint and the path totally change between each onDraw call, is it possible to draw the new path on previous drawings ? Without storing each path ?
Thank you !