Android Seminar Presentation
Android Seminar Presentation
2
Open Handset Alliance
ANDROID
TO
WHAT IS ANDROID?
7
HISTORY
July 2005
Google acquired Android Inc.
12 Nov 2007
8
INTRODUCTION
9
Android Features
12
Libraries
Display/Graphics(SGL)
Media Libraries
14
Android Runtime
15
Anatomy of an Android
Application
Activity
-a single screen
Intent Receiver
-to execute in reaction to an external event(Phone Ring)
Service
-code that is long-lived and runs without a UI(Media Player)
Content Provider
-an application's data to be shared with other applications
16
Android Building Blocks
These are the most important parts of the Android APIs:
AndroidManifest.xml
-the control file-tells the system what to do with the top-level
components
Views
-an object that knows how to draw itself to the screen
Intents
-a simple message object that represents an "intention" to do
something
Notifications
-is a small icon that appears in the status bar(SMS messages) 17
-for alerting the user
Services
Development Tools
The Android SDK includes a variety of custom tools that help you
develop mobile applications on the Android platform.Three of the
most significant tools are:
18
Life Cycle of an Android
Application
Deciding factors:
how important
overall memory available
19
“Importance Hierarchy”(in Order Of Importance)
Foreground Process -required for what the user is currently doing
20
College Of Engineering Chengannur
21
Applications
College Of Engineering Chengannur
22
Browser
Map
Initial screen
CONCLUSION
Android is open to all: industry, developers and
users
23
THANK YOU