Question

Which of the following statements is false?
a. Defining your GUIs with density-independent pixels enables the Android platform to scale the GUI, based on the pixel density of a given device's screen.
b. One density-independent pixel is equivalent to one pixel on a 160-dpi screen. On a 240-dpi screen, each density-independent pixel will be scaled by a factor of 160/240 (i.e., 0.67). So, a component that's 100 density-independent pixels wide will be scaled to 67 actual pixels wide.
c. On a screen with 120 dpi, each density-independent pixel is scaled by a factor of 120/160 (i.e., 0.75). So, the same component that's 100 density-independent pixels wide will be 75 actual pixels wide.
d. Scale-independent pixels are scaled like density-independent pixels, and they"re also scaled by the user's preferred font size (as specified in the device's settings).

Answer

This answer is hidden. It contains 421 characters.