Question

Games often require complex logic that should be performed in separate threads of execution (that is, separate from the GUI thread) and those threads often need to draw to the screen. For such cases, Android provides class ________a subclass of View to which a thread can draw, then indicate that the results should be displayed in the GUI thread.

Answer

This answer is hidden. It contains 11 characters.