Android Application Development (AND-401) — Question 2
Which of the following is not an Android component (i.e. a point from which the system can enter your application)?
Answer options
- A. Service
- B. Activity
- C. Layout
- D. Content Provider
Correct answer: C
Explanation
The correct answer is C, Layout, because it is a design structure used to arrange UI elements within an Activity or Fragment, not a component that allows system entry. In contrast, Service, Activity, and Content Provider are all recognized Android components that enable interaction with the application.