先上图:关键是在检測到手指移动的时候用mPath.quadTo的方法,android sdk解释是:Add a quadratic bezier from the last point, approaching control point (x1,y1), and ending at (x2,y2)...
分类:
移动开发 时间:
2014-08-18 15:57:42
阅读次数:
304
关键是在检测到手指移动的时候用mPath.quadTo的方法,android sdk解释是:
Add a quadratic bezier from the last point, approaching control point (x1,y1), and ending at (x2,y2). If no moveTo() call has been made fo...
分类:
移动开发 时间:
2014-07-01 08:07:39
阅读次数:
289