Multiple Choice
Which of the following statements is NOT correct about Android fragments?
A) Multiple fragments can be combined in a single activity.
B) The life-cycle of a fragment is totally independent of the activity hosting it.
C) Fragments have their own life-cycle.
D) You can add/remove fragments to and an activity dynamically, i.e. while the activity is running.
Correct Answer:

Verified
Correct Answer:
Verified
Q214: Method onDraw() of class android.view.View has the
Q215: Which of the following is NOT the
Q216: Which is the correct explanation of ListView?<br>A)
Q217: Which of the following is not true
Q218: Which of the following is a valid
Q219: What is the parent class of all
Q221: What does the Android project folder "res/"
Q222: What package is FloatingActionButton part of?<br>A) Introduced
Q223: If your application is throwing exception android.content.ActivityNotFoundException,
Q224: Which of the following is NOT a