Loading practice questions
What is a Fragment in Android?
Correct Answer: A — A part of a user interface that can be reused in multiple activities
Explanation:
A Fragment is a reusable component that represents a part of a user interface. Fragments can be combined in different ways within activities to create flexible and dynamic UIs.