日期:2014-05-20  浏览次数:20716 次

手机手写签名的疑惑
想做一个手机触摸屏的手写签名识别的软件 
有些问题: 手机触摸屏的api;手机触摸屏能判断手写的压力吗?
 现在比较模糊 欢迎大家畅所欲言

------解决方案--------------------
具体的看文档,Canvas类
protected void pointerDragged(int x, int y) 
Called when the pointer is dragged.
protected void pointerPressed(int x, int y) 
Called when the pointer is pressed.
protected void pointerReleased(int x, int y) 
Called when the pointer is released.
------解决方案--------------------
楼上正解,就用这3个函数实现你想要的功能,当然只是把你写的字显示出来,但识别还要你自己做
------解决方案--------------------
手机触摸屏能判断手写的压力吗?

不能.