Multiple Choice
Games, often require complex logic that should be performed in separate threads of execution, and those threads often need to draw to the screen. For such cases, Android provides class ________—a subclass of View that provides a dedicated drawing area in which other threads can display graphics on the screen in a thread-safe manner.
A) GameView
B) ThreadView
C) ThreadSafeView
D) SurfaceView
Correct Answer:

Verified
Correct Answer:
Verified
Q4: Pass _ to an AudioAttributes.Builder object’s
Q5: Only one thread at a time can
Q6: To process simple touch events in an
Q7: All updates to an app's user interface
Q8: A dialog must be displayed from the
Q10: Game developers often use full-screen themes, such
Q11: Which of the following statements is false?<br>A)
Q12: Canvas's _ method draws a circle.<br>A) drawOval<br>B)
Q13: The Android documentation recommends that games use
Q14: You can terminate a Thread by calling