Four Android Components

Source: Internet
Author: User

The four main components of Android are activity, service, content provider, and broadcast receiver!

Activity: the window for Android program to interact with users. It is the most basic type of Android construction block. It needs to do a lot of persistence to maintain the status of all walks of life, properly manage the lifecycle and some jump Logic

Service: the backend service is activity. It encapsulates a complete functional logic implementation, accepts upper-layer commands, completes related transactions, and defines the intent to be accepted to provide synchronous and asynchronous interfaces.

Content
Provider: a third-party Application Data Access solution provided by Android. It can be derived from the content provider class and provide external data. It can be selected and sorted like a database to shield the storage details of internal data, provides a unified interface model to greatly simplify upper-layer applications and provides a more convenient way to integrate data.

Broadcast
Receiver Er: receives one or more intents as trigger events, receives related messages, performs some simple processing, converts them into a notification, and unifies the Android event broadcast model.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.