← Back to list

AndroidComponents

Main Components of an Android App

Satyam Choudhary · 2025-06-28 08:01 · 0 claps · 0.7 min read
#android #android-app-development #android-compose #android-components #androiddev
Open on Medium ↗

AndroidComponents

Main Components of an Android App

Trick — ABCS

Trick — ABCS

  1. Activities: An activity represent a single screen with a user Interface , inShort Activity perform action on the Screens

  2. Broadcast Receivers: Broadcast Receivers simply respond to the Broadcast Messages from other Application or from the system . Call , message , Battery Low. Broadcast Receivers is used to communicate between the Os and Application or between the Application .

  3. Content Providers: Content Providers is an Android components that supplies data from the one Application to other on request . Uploading picture on Insta with Gallery Content Providers is used to share data between the Applications.

  4. Services — A service is a components that runs in the background to perform long running task . When u close the application and task is running in the background ex -downloading File From Any Browser


메타데이터
post_id
33129c9ef27f
slug
androidcomponents-33129c9ef27f
url
https://medium.com/@chsatyam/androidcomponents-33129c9ef27f
canonical_url
https://medium.com/@chsatyam/androidcomponents-33129c9ef27f
author_url
https://medium.com/@chsatyam
status
ok
fetched_at
2026-08-31 15:21:15