Total Marks: 60
nark: 1 (55)
Vol 8
Font: Microsoft Sans Serif
Size: 10
Time Left:57:04
Multiple Choices
(Choose 1 answer)
Which changes are made when you add a second Activity to your app by choosing File > New > Activity and an Activity template?
A. The second Activity is added as a Java class. You still need to add the XML layout file.
B. The second Activity XML layout file is created and a Java class added. You still need to define the class signature.
C. The second Activity is added as a Java class, the XML layout file is created, and the AndroidManifest.xml file is changed to declare a second Activity.
D. The second Activity XML layout file is created, and the AndroidManifest.xml file is changed to declare a second Activity.