Android Application Development (AND-401) — Question 107

Which of the following statements is NOT correct about Android fragments?

Answer options

Correct answer: B

Explanation

The correct answer is B because the life-cycle of a fragment is closely tied to the activity that hosts it, meaning they are not entirely independent. Options A, C, and D are accurate statements regarding the characteristics and functionality of fragments in Android development.