Multiple Choice
Class View’s onSizeChanged method is called whenever the View’s size chang-es, including when the View is first added to the View hierarchy as the layout is inflated. The method receives the View’s new width and height and its old width and height. The first time this method is called, the old width and height are ________ and ________.
A) 0, 0
B) 0, 1
C) 1, 0
D) 1, 1
Correct Answer:

Verified
Correct Answer:
Verified
Q13: The Android documentation recommends that games use
Q14: You can terminate a Thread by calling
Q15: Class SoundPool's _ method gives the resources
Q16: Game-development frameworks typically provide sophisticated _ collision-detection
Q17: Which of the following statements is false?<br>A)
Q19: Which of the next three statements is
Q20: Method surfaceCreated is called when the SurfaceView
Q21: Methods getScreenWidth and getScreenHeight return the width
Q22: You can call Canvas's drawRect method to
Q23: Which of the following statements is false?<br>A)