x
Menu

Android For Beginners

Other,

Updated On 02 Feb, 19

Overview

Includes

Lecture 4: Acitvity, Intent, Services, Content Provider (Part - 4)

4.1 ( 11 )


Lecture Details

Join us and Take a FREE webinar httpwww.edureka.coandroid-development-certification-course

This android tutorial will talk about the main building blocks of Android.
These are the various components that are behind Android Applications.

Like

Activity,
Intents,
Services,
Content Providers
Broadcast Receivers.

Application Components
-----------------------------------

Application components are the essential building blocks of an Android application. Each one is a unique building block that helps define your applications overall behavior.

There are four different types of application components explained below

Activities
An activity represents a single screen with a user interface.
For example, Your status updates page on Facebook is one Activity, your messages page is another Activity on Facebook. Each Activity is independent of the others.

Services
A service runs in the background to perform long-running operations and it dont require a user Interface. For example, Music Player plays music in the background.

Content providers
You can store the data in SQLite, on web etc. using Content Providers. For example, All your phone contacts are managed by Content Provider whether you save them on Google account or locally on the device.

They are very useful when you dont want to share your data with other components,

Broadcast receivers
A broadcast receiver responds to system announcements. For example, low battery, screen has turned off, or capturing a picture.


Please write back to us at support@edureka.in or call us at +91-8880862004 for more information.
httpwww.edureka.co

Use the link to watch all videos of this session
httpwww.youtube.complaylist?list=PL9ooVrP1hQOHiWL2R-gYcF8oA4yPJKTNb

Ratings

0


0 Ratings
55%
30%
10%
3%
2%
Comments
comment person image

Sam

Excellent course helped me understand topic that i couldn't while attendinfg my college.

Reply
comment person image

Dembe

Great course. Thank you very much.

Reply
Send