Question

We override View method onTouchEvent to determine when the user touches the screen. We use MotionEvent's getAction method to determine whether the user touched the screen (MotionEvent.ACTION_DOWN) or ________ (MotionEvent.ACTION_MOVE).

Answer

This answer is hidden. It contains 29 characters.