Is there any sample code for MonoTouch or MonoDroid that shows how to get the current touch points and draw them to the screen (i.e. a fingerpaint like app)?
See the GLPaint example in the monotouch samples https://github.com/migueldeicaza/monotouch-samples
I'm not sure about a fingerpaint app, but the Monotouch.Dialog on github (https://github.com/migueldeicaza/MonoTouch.Dialog) has examples for both detecting touches, as well as drawing lines & arcs to a graphics context. You could try combining those two code samples. Also, check into Quartz2d for the drawing - I believe it is a bit more efficient for extensive drawing.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With