Solved

View Method OnTouchEvent Determines When the User Touches the Screen

Question 3

Multiple Choice

View method onTouchEvent determines when the user touches the screen. The MotionEvent parameter contains information about the event that occurred. If the user touched the screen, the parameter’s value is ________.


A) MotionEvent.ACTION_DOWN
B) MotionEvent.ACTION_TOUCH
C) MotionEvent.ACTION_TAP
D) MotionEvent.ACTION_DRAG

Correct Answer:

verifed

Verified

Related Questions