I wanted to checkout how to draw to the canvas, but i wasnt sure where to keep my instances of Paint, which i want to reuse and not recreate on each onDraw().
I saw in the framework code this memo() function, which seems to serve this purpose. Unfortunately i didnt get it. Someone already understood how its working ?