Loading practice questions
Which Android component is responsible for displaying a UI?
Correct Answer: D — Activity
Explanation:
An Activity is responsible for displaying the user interface of an app. It serves as the entry point for user interaction, where UI components like buttons, text fields, and images are shown.