Multiple Choice
Which of the following statements is false?
A) You configure and create a SoundPool object using a SoundPool.Builder object.
B) You use an AudioAttributes.Builder object to create an AudioAttributes object that will be associated with the SoundPool.
C) AudioAttributes’s setGameAudio method is used to designate the audio as game audio.
D) Activity’s setVolumeControlStream method allows the game’s volume to be controlled with the device’s volume buttons.
Correct Answer:

Verified
Correct Answer:
Verified
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
Q15: Class SoundPool's _ method gives the resources
Q16: Game-development frameworks typically provide sophisticated _ collision-detection
Q18: Class View’s onSizeChanged method is called whenever
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