Loading practice questions
Which of the following is an important component of an Android app?
Correct Answer: D — All of the mentioned
Explanation:
An Android app consists of four main components (Activity, Service, Broadcast Receiver, and Content Provider), which help in creating user interfaces, handling background tasks, managing system interactions, and sharing data.