In the world of telecommunications, a broadcast receiver is an electronic device (commonly just called a "radio") designed to receive electromagnetic waves from a transmitter and convert them into sound or video.
How it works: An antenna picks up thousands of radio signals. The receiver uses a tuner to select a specific frequency, a demodulator to extract the information (like a DJ's voice), and an amplifier to make it loud enough for speakers.
Examples: Your car radio (AM/FM), a Television, or a Satellite radio unit.
In computer science, specifically Android Development, a Broadcast Receiver is a background component that allows an app to listen for and respond to system-wide events.
How it works: It acts like a "gateway" or a listener. It stays dormant until a specific "broadcast intent" is sent by the Android system or another app. When the event occurs, the receiver wakes up and executes a short task.
Common Events it listens for:
Battery Low: The app can save data before the phone dies.
Connectivity Change: The app detects when you switch from Wi-Fi to Data.
Boot Completed: An app (like an alarm clock) starts its service as soon as the phone turns on.
Airplane Mode: Detecting when the user goes offline.
Copyright © 2026 eLLeNow.com All Rights Reserved.