SlideShare ist ein Scribd-Unternehmen logo
1 von 24
ANDROID
ARCHITECTURE
Saurabh Kukreja
It’s Me
 I am Saurabh Kukreja, Working as Mobile
Application Consultant from more than 3 years
.
 I am also working as a co-founder of a startup
named as 4Edges, which is a service oriented
company, delivery various Software solutions
to our clients
Agenda
 Evolution Of Mobile Phones
 History Of Android
 Architecture of android
 Features
 Application Component
Evolution
 A robot with a human appearance
 An open-source operating system used for
smartphones and tablets.
Android
History
 Android Inc. was founded by:
 Andy Rubin
 Rich Miner
 Chris White
 Nick Sears
 They thought of Developing an advanced OS for camera
but later switched to Mobile Operating Systems
 Google acquired Android Inc. in August 2005.
 OHA- Open Handset Alliance
 The first commercially available smartphone
running Android was the HTC Dream released on
October 22, 2008.
Android Architecture
 Android is a mobile operating system (OS) based
on the Linux kernel and currently developed
by Google.
 Applications are developed
for low powered hand-held
devices, such as Phone,
Tablets
 Android is a complete stack
of:
 Operating System
 Middleware SDK
 Core Applications
 Linux Kernel provides a level of abstraction
between the device hardware and the upper layers
of the Android software stack
 Linux version 2.6.x for core system services like
memory management, process management,
security model, networking and lot of core OS
infrastructure
Linux Kernel
 All These libraries are written in C/C++
 Libc: c standard library
 SSL: Secure Socket Layer
 Surface Manager: Responsible for composing different drawing surfaces
onto the
screen.
 Open GL and SGL are graphic Libraries
 OpenGL|ES : 3D Image Engine
 SGL : 2D image Engine.
 Hence we can combine 3D and 2D graphics in the same application.
 Media Framework : Core part of the android multimedia.
 MPEG4,MP3,…
 FreeType: To render the fonts.
 WebKit:Open source browser engine. Helps to work well on small screen.
 SQLite: Embedded Database
Libraries
Android Runtime
 Android runtime meet the needs of Android
running in an embedded environment
,i.e., where is limited battery, limited Memory and limited CPU.
 Android Runtime consists of Dalvik Virtual machine and Core Java
libraries.
 CORE LIBRARIES:
 Java Programming Language contains all the collection classes, utilities,
IO..all these utilities which you come across and expected to use.
 DALVIK VIRTUAL MACHINE
 application code must be transformed from standard Java class files to the Dalvik
executable (.dex) format, which has a 50% smaller memory footprint than
standard Java bytecode
 Each Android application simply runs as a process directly on the Linux kernel,
each application running on an Android device does so within its own instance of
the Dalvik virtual machine (VM).
 applications are essentially sandboxed
 enforced level of abstraction makes applications platform neutral in that they are
never tied to any specific hardware.
Application Framework
 Our applications directly interact with these blocks of the
Android architecture. These programs manage the basic
functions of phone like resource management, voice call
management etc.
Important blocks of Application Framework:
 Activity Manager: Manages the activity life cycle of
applications.
 Content Providers: Manage the data sharing between
applications.
 Telephony Manager: Manages all voice calls. We use
telephony manager if we want to access voice calls in our
application.
 Location Manager: Location management, using GPS or
Applicatios
Application Component
 Activities
 They dictate the UI and handle the user interaction to
the smartphone screen
 Services
 They handle background processing associated with
an application.
 Intent Receivers/Broadcast Receivers
 Respond to notification or status changes. Can wake
up your process
 Content Providers
 They handle data and database management issues.
Features
 Beautiful UI
 Android OS basic screen provides a beautiful and
intuitive user interface.
 Connectivity
 GSM/EDGE, Bluetooth, Wi-Fi, NFC.
 Storage SQLite
 A lightweight relational database, is used for data
storage purposes.
 Media support
 MPEG-4, MP3, MIDI, WAV, JPEG, PNG, GIF, and
BMP
 Messaging
 SMS and MMS
 Web browser
 Based on the open-source WebKit layout engine, coupled with Chrome's
V8 JavaScript engine supporting HTML5 and CSS3.
 Multi-touch
 Android has native support for multi-touch which was initially made
available in handsets such as the HTC Hero.
 Multi-tasking
 User can jump from one task to another and same time various
application can run simultaneously.
 Resizable widgets
 Widgets are resizable, so users can expand them to show more content
or shrink them to save space
 GCM
 Google Cloud Messaging (GCM) is a service that lets developers send
short message data to their users on Android devices, without needing a
proprietary sync solution.
Versions
Name Version API Level
Alpha 1.0 1
Beta 1.1 2
CupCake 1.5 3
Donut 1.6 4
Eclair 2.0-2.1 5-7
Froyo 2.2-2.2.3 8
Gingerbread 2.3-2.3.7 9-10
Honeycomb 3.0-3.2.6 11-13
Icecream Sandwich 4.0-4.0.4 14-15
JellyBean 4.1-4.3.1 16-17-18
Kitkat 4.4-4.4.4 19-20
Lollipop 5.0-5.0.2 21
Evolving Trends
 Android Wear
 Android Wear extends the Android platform to a
new generation of devices
 Small, powerful devices, worn on the body.
 Useful information when you need it most.
 Intelligent answers to spoken questions. Tools to
help reach fitness goals.
 Android TV
 Bring your apps, games, and content to the
biggest screen in the house.
 Running the Android 5.0 ("Lollipop") operating
system
 Users will have access to theGoogle Play Store to
download Android apps
 Android Auto
 To be operated in automobiles through
the dashboard's head unit.
 The standard will offer drivers control over
 GPS mapping/navigation
 music playback
 SMS
 Telephony
 web search
THANK YOU
Reach me at :
Saurabhkukreja@live.com

Weitere ähnliche Inhalte

Was ist angesagt?

Android PPT Presentation 2018
Android PPT Presentation 2018Android PPT Presentation 2018
Android PPT Presentation 2018Rao Purna
 
Basic android-ppt
Basic android-pptBasic android-ppt
Basic android-pptSrijib Roy
 
android architecture
android architectureandroid architecture
android architectureAashita Gupta
 
An Introduction to the Android Framework -- a core architecture view from app...
An Introduction to the Android Framework -- a core architecture view from app...An Introduction to the Android Framework -- a core architecture view from app...
An Introduction to the Android Framework -- a core architecture view from app...William Liang
 
Android Application Development
Android Application DevelopmentAndroid Application Development
Android Application DevelopmentBenny Skogberg
 
Android seminar-presentation
Android seminar-presentationAndroid seminar-presentation
Android seminar-presentationconnectshilpa
 
Android Architecture.pptx
Android Architecture.pptxAndroid Architecture.pptx
Android Architecture.pptxpriya Nithya
 
Introduction to Android ppt
Introduction to Android pptIntroduction to Android ppt
Introduction to Android pptTaha Malampatti
 
Day: 1 Introduction to Mobile Application Development (in Android)
Day: 1 Introduction to Mobile Application Development (in Android)Day: 1 Introduction to Mobile Application Development (in Android)
Day: 1 Introduction to Mobile Application Development (in Android)Ahsanul Karim
 
Introduction to Android and Android Studio
Introduction to Android and Android StudioIntroduction to Android and Android Studio
Introduction to Android and Android StudioSuyash Srijan
 
android layouts
android layoutsandroid layouts
android layoutsDeepa Rani
 
Introduction to Mobile Development
Introduction to Mobile DevelopmentIntroduction to Mobile Development
Introduction to Mobile DevelopmentPragnesh Vaghela
 
Introduction to Android
Introduction to Android Introduction to Android
Introduction to Android Ranjith Kumar
 

Was ist angesagt? (20)

Android Components
Android ComponentsAndroid Components
Android Components
 
Android PPT Presentation 2018
Android PPT Presentation 2018Android PPT Presentation 2018
Android PPT Presentation 2018
 
Basic android-ppt
Basic android-pptBasic android-ppt
Basic android-ppt
 
android architecture
android architectureandroid architecture
android architecture
 
An Introduction to the Android Framework -- a core architecture view from app...
An Introduction to the Android Framework -- a core architecture view from app...An Introduction to the Android Framework -- a core architecture view from app...
An Introduction to the Android Framework -- a core architecture view from app...
 
Android Application Development
Android Application DevelopmentAndroid Application Development
Android Application Development
 
Android ppt
 Android ppt Android ppt
Android ppt
 
Android seminar-presentation
Android seminar-presentationAndroid seminar-presentation
Android seminar-presentation
 
Android Architecture.pptx
Android Architecture.pptxAndroid Architecture.pptx
Android Architecture.pptx
 
Android Platform Architecture
Android Platform ArchitectureAndroid Platform Architecture
Android Platform Architecture
 
Android architecture
Android architectureAndroid architecture
Android architecture
 
Android ppt
Android ppt Android ppt
Android ppt
 
Introduction to Android ppt
Introduction to Android pptIntroduction to Android ppt
Introduction to Android ppt
 
Day: 1 Introduction to Mobile Application Development (in Android)
Day: 1 Introduction to Mobile Application Development (in Android)Day: 1 Introduction to Mobile Application Development (in Android)
Day: 1 Introduction to Mobile Application Development (in Android)
 
Android ppt
Android pptAndroid ppt
Android ppt
 
Introduction to Android and Android Studio
Introduction to Android and Android StudioIntroduction to Android and Android Studio
Introduction to Android and Android Studio
 
Android seminar ppt
Android seminar pptAndroid seminar ppt
Android seminar ppt
 
android layouts
android layoutsandroid layouts
android layouts
 
Introduction to Mobile Development
Introduction to Mobile DevelopmentIntroduction to Mobile Development
Introduction to Mobile Development
 
Introduction to Android
Introduction to Android Introduction to Android
Introduction to Android
 

Ähnlich wie Android architecture

Android : Architecture & Components
Android : Architecture & ComponentsAndroid : Architecture & Components
Android : Architecture & ComponentsAkash Bisariya
 
Ch1 hello, android
Ch1 hello, androidCh1 hello, android
Ch1 hello, androidJehad2012
 
Getting started with android
Getting started with androidGetting started with android
Getting started with androidamitgb
 
Unit 1-android-and-its-tools-ass
Unit 1-android-and-its-tools-assUnit 1-android-and-its-tools-ass
Unit 1-android-and-its-tools-assARVIND SARDAR
 
Phonebook Directory or Address Book In Android
Phonebook Directory or Address Book In AndroidPhonebook Directory or Address Book In Android
Phonebook Directory or Address Book In AndroidABHISHEK DINKAR
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to androidSwapnali Pawar
 
Wifi Direct Based Chat And File Transfer Android Application
Wifi Direct Based Chat And File Transfer Android ApplicationWifi Direct Based Chat And File Transfer Android Application
Wifi Direct Based Chat And File Transfer Android ApplicationNitin Bhasin
 
Mobile Application Development-Lecture 03 & 04.pdf
Mobile Application Development-Lecture 03 & 04.pdfMobile Application Development-Lecture 03 & 04.pdf
Mobile Application Development-Lecture 03 & 04.pdfAbdullahMunir32
 
Android os(comparison all other mobile os)
Android os(comparison all other mobile os)Android os(comparison all other mobile os)
Android os(comparison all other mobile os)DivyaKS12
 
Android complete basic Guide
Android complete basic GuideAndroid complete basic Guide
Android complete basic GuideAKASH SINGH
 
Presentation on Android operating system
Presentation on Android operating systemPresentation on Android operating system
Presentation on Android operating systemSalma Begum
 
Android Training Course In Chandigarh
Android Training Course In ChandigarhAndroid Training Course In Chandigarh
Android Training Course In ChandigarhExcellence Academy
 
An introduction to Android
An introduction to AndroidAn introduction to Android
An introduction to AndroidRajesh Jambukia
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phonesDennise Layague
 

Ähnlich wie Android architecture (20)

Android : Architecture & Components
Android : Architecture & ComponentsAndroid : Architecture & Components
Android : Architecture & Components
 
Android
AndroidAndroid
Android
 
Android platform
Android platform Android platform
Android platform
 
Ch1 hello, android
Ch1 hello, androidCh1 hello, android
Ch1 hello, android
 
Getting started with android
Getting started with androidGetting started with android
Getting started with android
 
Unit 1-android-and-its-tools-ass
Unit 1-android-and-its-tools-assUnit 1-android-and-its-tools-ass
Unit 1-android-and-its-tools-ass
 
Phonebook Directory or Address Book In Android
Phonebook Directory or Address Book In AndroidPhonebook Directory or Address Book In Android
Phonebook Directory or Address Book In Android
 
Introduction to Android Environment
Introduction to Android EnvironmentIntroduction to Android Environment
Introduction to Android Environment
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to android
 
Wifi Direct Based Chat And File Transfer Android Application
Wifi Direct Based Chat And File Transfer Android ApplicationWifi Direct Based Chat And File Transfer Android Application
Wifi Direct Based Chat And File Transfer Android Application
 
Mobile Application Development-Lecture 03 & 04.pdf
Mobile Application Development-Lecture 03 & 04.pdfMobile Application Development-Lecture 03 & 04.pdf
Mobile Application Development-Lecture 03 & 04.pdf
 
Android
Android Android
Android
 
Android
Android Android
Android
 
Android os(comparison all other mobile os)
Android os(comparison all other mobile os)Android os(comparison all other mobile os)
Android os(comparison all other mobile os)
 
Android complete basic Guide
Android complete basic GuideAndroid complete basic Guide
Android complete basic Guide
 
Presentation on Android operating system
Presentation on Android operating systemPresentation on Android operating system
Presentation on Android operating system
 
Android Training Course In Chandigarh
Android Training Course In ChandigarhAndroid Training Course In Chandigarh
Android Training Course In Chandigarh
 
An introduction to Android
An introduction to AndroidAn introduction to Android
An introduction to Android
 
Android
AndroidAndroid
Android
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phones
 

Kürzlich hochgeladen

2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 

Kürzlich hochgeladen (20)

2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 

Android architecture

  • 2. It’s Me  I am Saurabh Kukreja, Working as Mobile Application Consultant from more than 3 years .  I am also working as a co-founder of a startup named as 4Edges, which is a service oriented company, delivery various Software solutions to our clients
  • 3. Agenda  Evolution Of Mobile Phones  History Of Android  Architecture of android  Features  Application Component
  • 5.  A robot with a human appearance  An open-source operating system used for smartphones and tablets. Android
  • 6. History  Android Inc. was founded by:  Andy Rubin  Rich Miner  Chris White  Nick Sears  They thought of Developing an advanced OS for camera but later switched to Mobile Operating Systems  Google acquired Android Inc. in August 2005.  OHA- Open Handset Alliance  The first commercially available smartphone running Android was the HTC Dream released on October 22, 2008.
  • 7. Android Architecture  Android is a mobile operating system (OS) based on the Linux kernel and currently developed by Google.  Applications are developed for low powered hand-held devices, such as Phone, Tablets  Android is a complete stack of:  Operating System  Middleware SDK  Core Applications
  • 8.
  • 9.  Linux Kernel provides a level of abstraction between the device hardware and the upper layers of the Android software stack  Linux version 2.6.x for core system services like memory management, process management, security model, networking and lot of core OS infrastructure Linux Kernel
  • 10.
  • 11.  All These libraries are written in C/C++  Libc: c standard library  SSL: Secure Socket Layer  Surface Manager: Responsible for composing different drawing surfaces onto the screen.  Open GL and SGL are graphic Libraries  OpenGL|ES : 3D Image Engine  SGL : 2D image Engine.  Hence we can combine 3D and 2D graphics in the same application.  Media Framework : Core part of the android multimedia.  MPEG4,MP3,…  FreeType: To render the fonts.  WebKit:Open source browser engine. Helps to work well on small screen.  SQLite: Embedded Database Libraries
  • 12.
  • 13. Android Runtime  Android runtime meet the needs of Android running in an embedded environment ,i.e., where is limited battery, limited Memory and limited CPU.  Android Runtime consists of Dalvik Virtual machine and Core Java libraries.  CORE LIBRARIES:  Java Programming Language contains all the collection classes, utilities, IO..all these utilities which you come across and expected to use.  DALVIK VIRTUAL MACHINE  application code must be transformed from standard Java class files to the Dalvik executable (.dex) format, which has a 50% smaller memory footprint than standard Java bytecode  Each Android application simply runs as a process directly on the Linux kernel, each application running on an Android device does so within its own instance of the Dalvik virtual machine (VM).  applications are essentially sandboxed  enforced level of abstraction makes applications platform neutral in that they are never tied to any specific hardware.
  • 14.
  • 15. Application Framework  Our applications directly interact with these blocks of the Android architecture. These programs manage the basic functions of phone like resource management, voice call management etc. Important blocks of Application Framework:  Activity Manager: Manages the activity life cycle of applications.  Content Providers: Manage the data sharing between applications.  Telephony Manager: Manages all voice calls. We use telephony manager if we want to access voice calls in our application.  Location Manager: Location management, using GPS or
  • 17. Application Component  Activities  They dictate the UI and handle the user interaction to the smartphone screen  Services  They handle background processing associated with an application.  Intent Receivers/Broadcast Receivers  Respond to notification or status changes. Can wake up your process  Content Providers  They handle data and database management issues.
  • 18. Features  Beautiful UI  Android OS basic screen provides a beautiful and intuitive user interface.  Connectivity  GSM/EDGE, Bluetooth, Wi-Fi, NFC.  Storage SQLite  A lightweight relational database, is used for data storage purposes.  Media support  MPEG-4, MP3, MIDI, WAV, JPEG, PNG, GIF, and BMP  Messaging  SMS and MMS
  • 19.  Web browser  Based on the open-source WebKit layout engine, coupled with Chrome's V8 JavaScript engine supporting HTML5 and CSS3.  Multi-touch  Android has native support for multi-touch which was initially made available in handsets such as the HTC Hero.  Multi-tasking  User can jump from one task to another and same time various application can run simultaneously.  Resizable widgets  Widgets are resizable, so users can expand them to show more content or shrink them to save space  GCM  Google Cloud Messaging (GCM) is a service that lets developers send short message data to their users on Android devices, without needing a proprietary sync solution.
  • 20. Versions Name Version API Level Alpha 1.0 1 Beta 1.1 2 CupCake 1.5 3 Donut 1.6 4 Eclair 2.0-2.1 5-7 Froyo 2.2-2.2.3 8 Gingerbread 2.3-2.3.7 9-10 Honeycomb 3.0-3.2.6 11-13 Icecream Sandwich 4.0-4.0.4 14-15 JellyBean 4.1-4.3.1 16-17-18 Kitkat 4.4-4.4.4 19-20 Lollipop 5.0-5.0.2 21
  • 21. Evolving Trends  Android Wear  Android Wear extends the Android platform to a new generation of devices  Small, powerful devices, worn on the body.  Useful information when you need it most.  Intelligent answers to spoken questions. Tools to help reach fitness goals.
  • 22.  Android TV  Bring your apps, games, and content to the biggest screen in the house.  Running the Android 5.0 ("Lollipop") operating system  Users will have access to theGoogle Play Store to download Android apps
  • 23.  Android Auto  To be operated in automobiles through the dashboard's head unit.  The standard will offer drivers control over  GPS mapping/navigation  music playback  SMS  Telephony  web search
  • 24. THANK YOU Reach me at : Saurabhkukreja@live.com