My project is based on surfaceView and up until now I\'ve had all of my rendering in onDraw which I am overriding. All seemed to be OK.
However, I\'ve just updated my S
onDraw gives you a canvas to draw to the screen.
onDraw
draw() allows you to manually draw a canvas to the screen (you have to make the canvas yourself).
draw()