Multiple Choice
To add a new Activity to your application, you need to perform the following steps:
A) Create a Java class that extends View, set a layout, and add an Activity tag in AndroidManifest.xml
B) Create layout resource only.
C) Create a Java class that extends Activity, add an Activity tag in AndroidManifest.xml, and create a layout for the activity.
D) Add an Activity tag to AndroidManifest.xml, and add ACTIVITY permission.
Correct Answer:

Verified
Correct Answer:
Verified
Q22: Which of the following statements is correct
Q23: Which of the following is true about
Q24: Which of the following Activity life-cycle methods
Q25: Which of the following is NOT a
Q26: What is a correct statement about an
Q28: Which package of the following does not
Q29: What does the following code achieve? Intent
Q30: Which of the following statements are NOT
Q31: Which Fragment class life-cycle method you must
Q32: Consider the following the code: public boolean