Multiple choice technology packaged enterprise solutions

In Android, Storing and retrieving of data's and make the data to available to all other applications is done by

  1. Activity

  2. Service

  3. Broadcast Transmitter

  4. Broadcast Receiver

  5. Content Provider

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

A Content Provider manages access to a central repository of data, allowing applications to securely share data with other apps. Activities handle UI, Services run background tasks, and Broadcast Receivers listen for system-wide announcements, leaving Content Provider as the correct component for sharing data.