Question

Which of the following statements about resources and the resources subfolder is false?
a. Folder names that begin with drawable typically contain images. These folders may also contain XML files representing shapes and other types of drawables.
b. Folder names that begin with layout contain XML files that describe GUIs, such as the activity_main.xml file.
c. Folder names that begin with values contain XML files that specify values for arrays (arrays.xml), colors (colors.xml), dimensions (dimen.xml; values such as widths, heights and font sizes), strings (strings.xml) and styles (styles.xml). These file names are required.
d. It's considered best practice to define the data from hard-coded arrays, colors, sizes, strings and styles as resources so they can be modified easily without changing the app's Java code.

Answer

This answer is hidden. It contains 349 characters.