Solved

Assume That an App Includes a Default Set of Graphics

Question 18

Multiple Choice

Assume that an app includes a default set of graphics and two other sets of graphics, each optimized for a different device setup: res/drawable/ Contains default graphics. res/drawable-small-land-stylus/ Contains graphics optimized for use with a device that expects input from a stylus and has a QVGA low-density screen in landscape orientation. res/drawable-ja/ Contains graphics optimized for use with Japanese. What happens if the app runs on a device that is configured to use Japanese and, at the same time, the device happens to be one that expects input from a stylus and has a QVGA low-density screen in landscape orientation?


A) Android loads graphics from res/drawable/
B) Android loads graphics from res/drawable-small-land-stylus/
C) Android loads graphics from res/drawable-ja/

Correct Answer:

verifed

Verified

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

Related Questions