Multiple Choice
Which of the following is not true about <activity> tag in AndroidManifest file?
A) Declares an activity that implements part of the application's visual user interface
B) Contained in <application> tag.
C) Declares a single hardware or software feature that is used by the application.
D) Has an attribute that specifies the name of the Activity sub-class that implements the activity.
Correct Answer:

Verified
Correct Answer:
Verified
Q196: Which of the following is true about
Q197: Which of following is incorrect about the
Q198: Which of the following is incorrect about
Q199: Which of the following methods can we
Q200: Which of the following lines of codes
Q202: CardView extends from which of the following:<br>A)
Q203: When publishing an update to your application
Q204: In which Activity life-cycle method you should
Q205: To create a blank Wear activity in
Q206: What work is suitable for Android Services?<br>A)