Is it possible to not clear the background in android?
in
Android Processing
•
2 years ago
I am trying to do a sketch where I don't clear the background but just keep drawing on the screen. I don't think drawing to a buffer would really do this efficiently so I am trying to just control the frame clearing. In the desktop processing I think you just leave out the background(r, g, b) call, but when I do that in android the screen still clears out black.
thanks for any info
2