貌似游戏你画我猜的那样。 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
DrawView Android view that allows the user to create drawings. Draw anything you like in your Android device from simple view. Customize draw settings like draw color, draw width or draw tools. Undo or redo actions it is possible with DrawView. View