Multiple Choice
We want to be able to compare the starting coordinate of a touch with the ending coordinate of a touch. How can we do it?
A) We cannot compare those coordinates.
B) We can compare them inside the onTouch method when it is called; nothing additional needed.
C) Store the ending coordinate in an instance variable and compare it to the starting coordinate of the touch inside the onTouch method.
D) Store the starting coordinate in an instance variable and compare it to the ending coordinate of the touch inside the onTouch method.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: The getX method of MouseEvent returns:<br>A) the
Q2: What does the getRawX method of MouseEvent
Q3: It is possible to adjust the font
Q4: The public field of the ViewGroup.MarginLayoutParams class
Q5: To handle touch events, one of the
Q7: It is possible that two Views overlap,
Q8: We can enable the user to move
Q9: The _ interface notifies us of double
Q10: The public field of the ViewGroup.MarginLayoutParams class
Q11: It is possible for a device to