Solved

Games, Often Require Complex Logic That Should Be Performed in Separate

Question 9

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions