貌似游戏你画我猜的那样。 public boolean onTouch(View arg0, MotionEvent event) { // TODO Auto-generated method stub switch (event.getAction()) { case MotionEvent.ACTION_MOVE: path.lineTo(event.getX(),event.getY()); Draw(); break; case MotionEvent.ACTION_DOWN: pa
public class Touch extends Activity implements OnTouchListener, OnClickListener { private static final String TAG = "Touch" ; // These matrices will be used to move and zoom image Matrix matrix = new Matrix(); Matrix savedMatrix = new Matrix(); Poin