Question

Which of the following statements about the nested classes in class R is false?
a. class drawable contains constants for any drawable items, such as images, that you put in the various drawable folders in your app's res folder
b. class view contains constants for the views in your XML layout files
c. class layout contains constants that represent each layout file in your project (such as, activity_main.xml)
d. class string contains constants for each String in the strings.xml file.

Answer

This answer is hidden. It contains 127 characters.