Multiple Choice
Which of the following statements is false?
A) You should use density-independent pixels for font sizes, and scale-independent pixels for dimensions of views and other screen elements.
B) 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.
C) One density-independent pixel is equivalent to one pixel on a 160-dpi screen.
D) On a 240-dpi screen, each density-independent pixel will be scaled by a factor of 240/160 (i.e., 1.5) . So, a component that’s 100 density-independent pixels wide will be scaled to 150 actual pixels wide.
Correct Answer:

Verified
Correct Answer:
Verified
Q7: Which of the following statements is false?<br>A)
Q8: Which of the following statements is false?<br>A)
Q9: Which of the following statements is false?<br>A)
Q10: You can _ an app so that
Q11: Which of the following statements is false?<br>A)
Q13: It’s considered good practice to define all
Q14: When the layout editor is open in
Q15: _ are views that contain and arrange
Q16: In a layout XML file, attribute values
Q17: For an ImageView there is no text