AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 2


Which of the following is not an Android component (i.e. a point from which the system can enter your application)?

Show Answer
Correct Answer: C

The four main types of Android components are Activities, Services, Content Providers, and Broadcast Receivers. These components are crucial entry points for the system and applications to interact with each other. A Layout, on the other hand, is not an entry point; it is a resource defining the UI structure of an interface. Therefore, Layout is not considered an Android component through which the system can enter your application.

Discussion

1 comment
Sign in to comment
MmadiOption: C
Dec 31, 2022

C. Layout