I\'m trying to find a way to implement catmull-rom splines on the android platform for the purpose of smoothly drawing a line through n points. Ideally I would be able to adapt
I was facing the same problem and there is solution I have found:
Smooth Bézier Spline Through Prescribed Points
It is implemented in JavaScript, but it can be easily rewritten to Java - result is natural spline drawn using Path.quadTo().