I'm working on app that draws a straight line and the user can curve it (like an arc) by touching a point in that line and start moving his finger.
I was thinking of
drawArc ()
But it doesn't seem that i can change it at run-time, or even handle it.
Any suggestions please?