Question

Which of the following statements is false?
a. If you externalize color values, all components that use the same color can be updated to a new color simply by changing the color value in a central resource file.
b. If you wish to localize your app in several languages, storing the strings in the app's Java source code allows you to change them easily.
c. In your project's res folder, the subfolder values contains a strings.xml file that's used to store the app's default language strings.
d. To provide localized strings for other languages, you can create separate values folders for each language.

Answer

This answer is hidden. It contains 232 characters.