Multiple Choice
Which of the following statements about class R's nested classes is false?
A) class R.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 R.id contains constants for the views in your HTML layout files.
C) class R.layout contains constants that represent each layout file in your project (such as, activity_main.xml) .
D) class R.string contains constants for each String in the strings.xml file.
Correct Answer:

Verified
Correct Answer:
Verified
Q21: Google now introduces many new Android features
Q22: Throughout its life, an Activity can be
Q23: Many of today's Android phones use AMOLED
Q24: By default, the Seekbar allows you to
Q25: Class Activity's_method takes an int constant representing
Q27: Which of the following statements is false?<br>A)
Q28: A_represents an integer in the range 0-100
Q29: When the virtual keyboard is displayed, the
Q30: By default, a SeekBar ’s range is 0
Q31: You'll use an anonymous inner class to