1. dictate the UI and handle the user interaction to the smart phone screen.
(a) Intents
(b) Fragments
(c) Activities
(d) None of the Mentioned
Answers
Answered by
0
Answer:
( d ) is answer none of the mentioned
Answered by
0
Option C - Activities dictate the UI and handle the user interaction to the smartphone screen.
- Services: They manage an application's background processing.
- Receivers for broadcasts: These facilitate communication between Android OS and applications.
- Content providers: They deal with challenges related to managing databases and data.
- Each domain specifies one or more actions that a mobile application can take. Because they convey the user's intentions, these tasks are referred to as "intents," and each intent is represented by a custom class, each of whose properties contains details about the task.
- To create a multi-pane UI and repurpose a fragment across several activities, a fragment represents a behaviour or a section of the user interface in an activity.
Hence, to dictate the UI and handle the user interaction to the smartphone screen by activities.
#SPJ2
Similar questions