Android Operating System

MOHAMMAD ALI JAUHAR UNIVERSITY
A seminar on,
OPERATING SYSTEM
Under Guidance of,
Er. Prem Narayan
Presented By,
MOHD. BILAL
CSE IIIyr.
1501010009
Content
Introduction
Origin of Android
Open Handset Alliance (OHA)
Features and Versions
Architecture
Application Development
Comparisons with other OS
Limitations
Conclusion
What is android
 Android is Linux based operating system
designed primarily for mobile devices such as
smartphones and tablets.
 Android was first developed as a ADVANCE
OPERATING SYSTEM for digital cameras.
 There are more than 4,00,000 apps in android
market
 And, android is an open source.
INTRODUCTION
What is Operating System
 An operating system, or "OS," is software that
communicates with the hardware and allows
other programs to run..
 Common desktop operating systems
include Windows, OS X, and Linux
 Common mobile OS include Android, iOS, and
Windows Phone
INTRODUCTION
android Operating System
 Android OS consists of a shell and a kernel.
 Creator’s of android takes out the kernel from Linux
OS 2.6 and rewrite the shell part using java, that’s
forms android OS.
INTRODUCTION
MONOLITHIC KERNEL
(modified LINUX kernel)
SHELL
(Written in Java)
android OS
android devices
Mobile phones SmartTV Wearable device
Tablets GPS device for automobiles
Origin of android
Android was founded in Palo Alto, California in
October 2003 by
Andy Rubin, Rich Miner,
Nick Sears and Chris White who work at
“ ” to develop.
Andy Rubin
…Origin of android
Android was purchased by the
in AUGUST, 2005 for 50 million $.
HTC Dream was the first android device
launched in September 2008
Now, android covers 90% of the mobile OS
market.
Open Handset Alliance (OHA)
It’s consortium of several companies.
 OHA is a business alliance of firm to develop open
standard for mobile device.
OHA includes 84 firms to develop open standard for
mobile devices, i.e.
HTC, Sony, Dell, Intel, Motorola, QUALCOMM, Google
, Samsung Electronics, LG Electronics,T-Mobile,
NVidias
Reason for Nokia not to developAndroid Mobiles is
Nokia is not part of OHA
Features
Android supports wireless communication using:-
3G Networks, 4G Networks, 802.11Wi-Fi Networks,
Bluetooth Connectivity
Developing an android application is not tough
,using SDK and java emulator we can easily develop
applications that we want.
Open source – Free development platform
Built in services likeGPS,SQL Database, browser
and maps
Portability across current and future hardware
android Versions
 Android Astro 1.0
• Released on September 23, 2008.
 Android Cupcake 1.5
• Released on April 30, 2009.
 Android Donut 1.6
• Released on September 15, 2009.
 Android Éclair 2.0/2.1
• Released on October 26, 2009.
 Android Froyo 2.2
• Released on May 20, 2010.
 Android Honeycomb 3.0
• Released on February 22, 2011.
 Android IceCream Sandwich 4.0
• Released on November 14, 2011
 Android JellyBean 4.1
• Released on June 27,2012
 Android Kitkat 4.4
• Released on October 31,2013
 Android Gingerbread 2.3
• Released on December 6, 2010
android Versions
 Android Lollipop 5.0
• Released on November 12, 2014
 Android Marshmallow 6.0
• Released on May 28, 2015
 Android Nougat 7.0
• Released on August 22, 2016
 Android Oreo 8.0
• Released on August 21, 2017
• Latest version till date.
UI comparison
Android Oreo 8.0Android Astro 1.0 Android KitKat 4.4
Architecture
Linux kernel
Libraries
Android run time
- Core libraries
- Dalvik virtual machine
Application layer
Application framework
Major components of android
Linux Kernel
 Android Architecture is based on Linux 2.6
kernel. It helps to manage security, memory
management, process management, network
stack and other important issues.
Display Driver
Keypad Driver
Camera Driver
Wi-Fi Driver
Flash Memory
Driver
Audio Driver
Binder (IPC)
Driver
Power
Management
Android Runtime
 Android includes a set of core libraries that provides most
of the functionality available in the core libraries of the Java
programming language.
 DalvikVM.
• Dex files
• Compact and efficient than class files
• Limited memory and battery power
 Core Libraries
• Java 5 Std edition
• Collections, I/O etc…
• Providing most of the functionality available in the core
libraries of the Java language.
Core
Libraries
Dalvik
Virtual
Machine
Libraries
Android includes a set of:
 C/C++ libraries
 Interface through Java
 Surface manager – Handling UI Windows with 2D and
3D graphics
 Media codes, SQLite, Browser engine
The Android Studio 3.1 supports new set of library :
Application Framework
The application architecture is designed to simplify the reuse
of components
 Activity manager – manages application life cycle
 Android provides a set of coreapplications:
 Email Client
 SMS Program
 Calendar
 Maps
 Browser
 Contacts, Etc.
 All applications are written using theJava language.
 APIs: DataStructures,Utilities, File Access, NetworkAccess,
Graphics, etc.
Application Development
Android
Emulator
Android
Mobile
Device
Android
SDK
Application Development
Android
Manifest
Java source
Java
Compiler
Resource
XML
Android Libraries
.dex
file
Dalvik
VM
Generate
d Class
Application Execution
Java Source
Documents
Compile java
sources using
“javac”
Java “class” documents
output from compilation
process
Translate Java
compiled class files
into “dex” files
Execute under the
Dalvik Virtual Machine
Why prefer android ?
 Android price fits your pocket
Android devices are cheaper than iPhones which is one of main
reason why Android phone sale is growing rapidly. IPhone is an
expensive device which everybody can’t afford to buy.
 Free apps and games
Android offers a lot of free games and applications on google play,
whereas IPhone have mostly paid Apps on App Store. which is also
the main reason why people skip IOS and attract towards android.
 Launchers
Android offers many cool launcher apps for customizing home
screen’s style. While Apple do not allow users to customize their
home screen and all the users have same home screen.
 Custom ROMs
Android users can install custom Rom on their smart phone, which
allows them to replace original software comes with their smart
phone. Some of the android users want to use some tools and apps
which do not work on their original OS, that’s why they Root their
phone and install custom ROMS.
 Google Integration
Google integration is very useful service provided by google to it’s
users. unarguably google dominates the web with it’s awesome
services like Google drive, Google Music, Google Map, Google Docs,
Google mail, Google plus, Google hangout.. and the list goes on,
but IOS do not provide these apps integration.
 Expandable Memory
Android allows you to put a memory card to increase your phone
memory. What does Apple do? Well, they've never offered
expandable memory for the iPhone. Instead, they would rather you
pay another $100 to upgrade one of their devices from a 16 GB
memory to a 32 GB or 64 GB
Multi tasking using Multi-window navigation feature
File manager
YouTube
iOs does not allow
multi window
officially
Limitations
 Making source code available to everyone inevitably
invites the attention of hackers.
 Android operating system uses more amount of
battery as compared to normal mobile phones.
 It has been seen that it has security related issues.
 As we call Android is world of applications we
continuously need to connected with the internet
which is not possible for all the users.
Conclusion
Android is a truly open, free development
platform based on Linux and open source.
Handset makers can use and customize the
platform without paying a royalty.
Android is now stepping up in next level of
mobile internet.
 Android is open to all: industry, developers and
users
Google Android is stepping into the next level
of Mobile Internet & that is the reason that
android covers 90% of mobile OS market
References
https://en.wikipedia.org/wiki/Android_(operati
ng_system)
https://www.android.com/
https://www.androidauthority.com/
https://techterms.com
http://www.openhandsetalliance.com/
Images and Clipart:
https://images.google.com/
Thank you.
Any Query ?
ask google
1 de 29

Recomendados

Introduction to Android ppt por
Introduction to Android pptIntroduction to Android ppt
Introduction to Android pptTaha Malampatti
16.2K vistas32 diapositivas
Presentation on Android operating system por
Presentation on Android operating systemPresentation on Android operating system
Presentation on Android operating systemSalma Begum
139.9K vistas40 diapositivas
Android Operating System por
Android Operating SystemAndroid Operating System
Android Operating SystemPrathamesh Bhosale
2.6K vistas20 diapositivas
Introduction to android por
Introduction to androidIntroduction to android
Introduction to androidzeelpatel0504
8.6K vistas45 diapositivas
Android and android versions por
Android and android versionsAndroid and android versions
Android and android versionsMegha Jain
3.8K vistas23 diapositivas
Android ppt por
Android ppt Android ppt
Android ppt blogger at indiandswad
307.4K vistas29 diapositivas

Más contenido relacionado

La actualidad más candente

PPT on Android por
PPT on AndroidPPT on Android
PPT on AndroidSubhadip Chakraborty
1.8K vistas31 diapositivas
Android Presentation por
Android PresentationAndroid Presentation
Android PresentationAdhoura Academy
4.5K vistas27 diapositivas
Presentation on android por
Presentation on androidPresentation on android
Presentation on androidsonyhontok
923 vistas28 diapositivas
Android PPT Presentation 2018 por
Android PPT Presentation 2018Android PPT Presentation 2018
Android PPT Presentation 2018Rao Purna
9.7K vistas27 diapositivas
Android ppt por
Android pptAndroid ppt
Android pptPrasadbharatiyudu
100.4K vistas24 diapositivas
Android Platform Architecture por
Android Platform ArchitectureAndroid Platform Architecture
Android Platform ArchitectureNaresh Chintalcheru
14.2K vistas38 diapositivas

La actualidad más candente(20)

Presentation on android por sonyhontok
Presentation on androidPresentation on android
Presentation on android
sonyhontok923 vistas
Android PPT Presentation 2018 por Rao Purna
Android PPT Presentation 2018Android PPT Presentation 2018
Android PPT Presentation 2018
Rao Purna9.7K vistas
Android technology- Advantages & Limitations por Vaibhav Dixit
Android technology- Advantages & LimitationsAndroid technology- Advantages & Limitations
Android technology- Advantages & Limitations
Vaibhav Dixit8.4K vistas
Android operating System por yash lakhmani
Android operating SystemAndroid operating System
Android operating System
yash lakhmani617 vistas
Android ppt por Govind Raj
Android pptAndroid ppt
Android ppt
Govind Raj2.2K vistas
Basic android-ppt por Srijib Roy
Basic android-pptBasic android-ppt
Basic android-ppt
Srijib Roy20.7K vistas
Introduction to Android and Android Studio por Suyash Srijan
Introduction to Android and Android StudioIntroduction to Android and Android Studio
Introduction to Android and Android Studio
Suyash Srijan25.1K vistas
Android presentation por Dipesh Shome
Android presentationAndroid presentation
Android presentation
Dipesh Shome472 vistas
Android Operating System por renoy reji
Android Operating SystemAndroid Operating System
Android Operating System
renoy reji1.1K vistas
Introduction To Mobile Application Development por Syed Absar
Introduction To Mobile Application DevelopmentIntroduction To Mobile Application Development
Introduction To Mobile Application Development
Syed Absar19.3K vistas
android technology presentation por Nishul Tomar
android technology presentationandroid technology presentation
android technology presentation
Nishul Tomar33.6K vistas
Comparative Study On Mobile Operating Systems por Hardik Jain
  Comparative Study On Mobile Operating Systems   Comparative Study On Mobile Operating Systems
Comparative Study On Mobile Operating Systems
Hardik Jain6.6K vistas

Similar a Android Operating System

ANDROID MOBILE OPERATING SYSTEM por
ANDROID MOBILE OPERATING SYSTEMANDROID MOBILE OPERATING SYSTEM
ANDROID MOBILE OPERATING SYSTEMpreeta sinha
5K vistas28 diapositivas
presentation2-141101015616-conversion-gate01.pdf por
presentation2-141101015616-conversion-gate01.pdfpresentation2-141101015616-conversion-gate01.pdf
presentation2-141101015616-conversion-gate01.pdfimau6
15 vistas40 diapositivas
Saminar ppt of por
Saminar ppt ofSaminar ppt of
Saminar ppt ofSuraj Rajput
245 vistas33 diapositivas
Android Architecture and Working por
Android Architecture and WorkingAndroid Architecture and Working
Android Architecture and WorkingAnkurVeer1
63 vistas8 diapositivas
Introduction to android por
Introduction to androidIntroduction to android
Introduction to androidSwapnali Pawar
161 vistas40 diapositivas
01 03 - introduction to android por
01  03 - introduction to android01  03 - introduction to android
01 03 - introduction to androidSiva Kumar reddy Vasipally
1.3K vistas34 diapositivas

Similar a Android Operating System(20)

ANDROID MOBILE OPERATING SYSTEM por preeta sinha
ANDROID MOBILE OPERATING SYSTEMANDROID MOBILE OPERATING SYSTEM
ANDROID MOBILE OPERATING SYSTEM
preeta sinha5K vistas
presentation2-141101015616-conversion-gate01.pdf por imau6
presentation2-141101015616-conversion-gate01.pdfpresentation2-141101015616-conversion-gate01.pdf
presentation2-141101015616-conversion-gate01.pdf
imau615 vistas
Android Architecture and Working por AnkurVeer1
Android Architecture and WorkingAndroid Architecture and Working
Android Architecture and Working
AnkurVeer163 vistas
Introduction to Andriod por Kaviarasu D
Introduction to AndriodIntroduction to Andriod
Introduction to Andriod
Kaviarasu D1.1K vistas
Knowledge about android operating system por Rachna Beegun
Knowledge about android operating systemKnowledge about android operating system
Knowledge about android operating system
Rachna Beegun2.2K vistas
android architecture por Aashita Gupta
android architectureandroid architecture
android architecture
Aashita Gupta22.4K vistas
Android ! BATRA COMPUTRE CENTER por jatin batra
Android ! BATRA COMPUTRE CENTERAndroid ! BATRA COMPUTRE CENTER
Android ! BATRA COMPUTRE CENTER
jatin batra106 vistas
Android presantation por UdayJethva
Android presantationAndroid presantation
Android presantation
UdayJethva83 vistas

Más de Bilal Mirza

Android Operating System por
Android Operating SystemAndroid Operating System
Android Operating SystemBilal Mirza
2.2K vistas29 diapositivas
Seminar Report on Android OS por
Seminar Report on Android OSSeminar Report on Android OS
Seminar Report on Android OSBilal Mirza
5K vistas26 diapositivas
Operating System Lab Manual por
Operating System Lab ManualOperating System Lab Manual
Operating System Lab ManualBilal Mirza
5K vistas41 diapositivas
Learn JavaScript HTML & CSS por
Learn JavaScript HTML & CSSLearn JavaScript HTML & CSS
Learn JavaScript HTML & CSSBilal Mirza
616 vistas42 diapositivas
Data Structure using C por
Data Structure using CData Structure using C
Data Structure using CBilal Mirza
914 vistas44 diapositivas
Environment Problems por
Environment ProblemsEnvironment Problems
Environment ProblemsBilal Mirza
1.7K vistas19 diapositivas

Más de Bilal Mirza(7)

Android Operating System por Bilal Mirza
Android Operating SystemAndroid Operating System
Android Operating System
Bilal Mirza2.2K vistas
Seminar Report on Android OS por Bilal Mirza
Seminar Report on Android OSSeminar Report on Android OS
Seminar Report on Android OS
Bilal Mirza5K vistas
Operating System Lab Manual por Bilal Mirza
Operating System Lab ManualOperating System Lab Manual
Operating System Lab Manual
Bilal Mirza5K vistas
Learn JavaScript HTML & CSS por Bilal Mirza
Learn JavaScript HTML & CSSLearn JavaScript HTML & CSS
Learn JavaScript HTML & CSS
Bilal Mirza616 vistas
Data Structure using C por Bilal Mirza
Data Structure using CData Structure using C
Data Structure using C
Bilal Mirza914 vistas
Environment Problems por Bilal Mirza
Environment ProblemsEnvironment Problems
Environment Problems
Bilal Mirza1.7K vistas

Último

ACTIVITY BOOK key water sports.pptx por
ACTIVITY BOOK key water sports.pptxACTIVITY BOOK key water sports.pptx
ACTIVITY BOOK key water sports.pptxMar Caston Palacio
745 vistas4 diapositivas
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptx por
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptxGopal Chakraborty Memorial Quiz 2.0 Prelims.pptx
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptxDebapriya Chakraborty
684 vistas81 diapositivas
The Accursed House by Émile Gaboriau por
The Accursed House  by Émile GaboriauThe Accursed House  by Émile Gaboriau
The Accursed House by Émile GaboriauDivyaSheta
212 vistas15 diapositivas
11.28.23 Social Capital and Social Exclusion.pptx por
11.28.23 Social Capital and Social Exclusion.pptx11.28.23 Social Capital and Social Exclusion.pptx
11.28.23 Social Capital and Social Exclusion.pptxmary850239
304 vistas25 diapositivas
ICS3211_lecture 08_2023.pdf por
ICS3211_lecture 08_2023.pdfICS3211_lecture 08_2023.pdf
ICS3211_lecture 08_2023.pdfVanessa Camilleri
187 vistas30 diapositivas
Collective Bargaining and Understanding a Teacher Contract(16793704.1).pptx por
Collective Bargaining and Understanding a Teacher Contract(16793704.1).pptxCollective Bargaining and Understanding a Teacher Contract(16793704.1).pptx
Collective Bargaining and Understanding a Teacher Contract(16793704.1).pptxCenter for Integrated Training & Education
94 vistas57 diapositivas

Último(20)

The Accursed House by Émile Gaboriau por DivyaSheta
The Accursed House  by Émile GaboriauThe Accursed House  by Émile Gaboriau
The Accursed House by Émile Gaboriau
DivyaSheta212 vistas
11.28.23 Social Capital and Social Exclusion.pptx por mary850239
11.28.23 Social Capital and Social Exclusion.pptx11.28.23 Social Capital and Social Exclusion.pptx
11.28.23 Social Capital and Social Exclusion.pptx
mary850239304 vistas
Create a Structure in VBNet.pptx por Breach_P
Create a Structure in VBNet.pptxCreate a Structure in VBNet.pptx
Create a Structure in VBNet.pptx
Breach_P75 vistas
Structure and Functions of Cell.pdf por Nithya Murugan
Structure and Functions of Cell.pdfStructure and Functions of Cell.pdf
Structure and Functions of Cell.pdf
Nithya Murugan701 vistas
Sociology KS5 por WestHatch
Sociology KS5Sociology KS5
Sociology KS5
WestHatch76 vistas
Dance KS5 Breakdown por WestHatch
Dance KS5 BreakdownDance KS5 Breakdown
Dance KS5 Breakdown
WestHatch86 vistas
On Killing a Tree.pptx por AncyTEnglish
On Killing a Tree.pptxOn Killing a Tree.pptx
On Killing a Tree.pptx
AncyTEnglish66 vistas
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB... por Nguyen Thanh Tu Collection
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
How to empty an One2many field in Odoo por Celine George
How to empty an One2many field in OdooHow to empty an One2many field in Odoo
How to empty an One2many field in Odoo
Celine George72 vistas
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx por ISSIP
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptxEIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx
ISSIP379 vistas

Android Operating System

  • 1. MOHAMMAD ALI JAUHAR UNIVERSITY A seminar on, OPERATING SYSTEM Under Guidance of, Er. Prem Narayan Presented By, MOHD. BILAL CSE IIIyr. 1501010009
  • 2. Content Introduction Origin of Android Open Handset Alliance (OHA) Features and Versions Architecture Application Development Comparisons with other OS Limitations Conclusion
  • 3. What is android  Android is Linux based operating system designed primarily for mobile devices such as smartphones and tablets.  Android was first developed as a ADVANCE OPERATING SYSTEM for digital cameras.  There are more than 4,00,000 apps in android market  And, android is an open source. INTRODUCTION
  • 4. What is Operating System  An operating system, or "OS," is software that communicates with the hardware and allows other programs to run..  Common desktop operating systems include Windows, OS X, and Linux  Common mobile OS include Android, iOS, and Windows Phone INTRODUCTION
  • 5. android Operating System  Android OS consists of a shell and a kernel.  Creator’s of android takes out the kernel from Linux OS 2.6 and rewrite the shell part using java, that’s forms android OS. INTRODUCTION MONOLITHIC KERNEL (modified LINUX kernel) SHELL (Written in Java) android OS
  • 6. android devices Mobile phones SmartTV Wearable device Tablets GPS device for automobiles
  • 7. Origin of android Android was founded in Palo Alto, California in October 2003 by Andy Rubin, Rich Miner, Nick Sears and Chris White who work at “ ” to develop. Andy Rubin
  • 8. …Origin of android Android was purchased by the in AUGUST, 2005 for 50 million $. HTC Dream was the first android device launched in September 2008 Now, android covers 90% of the mobile OS market.
  • 9. Open Handset Alliance (OHA) It’s consortium of several companies.  OHA is a business alliance of firm to develop open standard for mobile device. OHA includes 84 firms to develop open standard for mobile devices, i.e. HTC, Sony, Dell, Intel, Motorola, QUALCOMM, Google , Samsung Electronics, LG Electronics,T-Mobile, NVidias Reason for Nokia not to developAndroid Mobiles is Nokia is not part of OHA
  • 10. Features Android supports wireless communication using:- 3G Networks, 4G Networks, 802.11Wi-Fi Networks, Bluetooth Connectivity Developing an android application is not tough ,using SDK and java emulator we can easily develop applications that we want. Open source – Free development platform Built in services likeGPS,SQL Database, browser and maps Portability across current and future hardware
  • 11. android Versions  Android Astro 1.0 • Released on September 23, 2008.  Android Cupcake 1.5 • Released on April 30, 2009.  Android Donut 1.6 • Released on September 15, 2009.  Android Éclair 2.0/2.1 • Released on October 26, 2009.  Android Froyo 2.2 • Released on May 20, 2010.  Android Honeycomb 3.0 • Released on February 22, 2011.  Android IceCream Sandwich 4.0 • Released on November 14, 2011  Android JellyBean 4.1 • Released on June 27,2012  Android Kitkat 4.4 • Released on October 31,2013  Android Gingerbread 2.3 • Released on December 6, 2010
  • 12. android Versions  Android Lollipop 5.0 • Released on November 12, 2014  Android Marshmallow 6.0 • Released on May 28, 2015  Android Nougat 7.0 • Released on August 22, 2016  Android Oreo 8.0 • Released on August 21, 2017 • Latest version till date.
  • 13. UI comparison Android Oreo 8.0Android Astro 1.0 Android KitKat 4.4
  • 14. Architecture Linux kernel Libraries Android run time - Core libraries - Dalvik virtual machine Application layer Application framework
  • 16. Linux Kernel  Android Architecture is based on Linux 2.6 kernel. It helps to manage security, memory management, process management, network stack and other important issues. Display Driver Keypad Driver Camera Driver Wi-Fi Driver Flash Memory Driver Audio Driver Binder (IPC) Driver Power Management
  • 17. Android Runtime  Android includes a set of core libraries that provides most of the functionality available in the core libraries of the Java programming language.  DalvikVM. • Dex files • Compact and efficient than class files • Limited memory and battery power  Core Libraries • Java 5 Std edition • Collections, I/O etc… • Providing most of the functionality available in the core libraries of the Java language. Core Libraries Dalvik Virtual Machine
  • 18. Libraries Android includes a set of:  C/C++ libraries  Interface through Java  Surface manager – Handling UI Windows with 2D and 3D graphics  Media codes, SQLite, Browser engine The Android Studio 3.1 supports new set of library :
  • 19. Application Framework The application architecture is designed to simplify the reuse of components  Activity manager – manages application life cycle  Android provides a set of coreapplications:  Email Client  SMS Program  Calendar  Maps  Browser  Contacts, Etc.  All applications are written using theJava language.  APIs: DataStructures,Utilities, File Access, NetworkAccess, Graphics, etc.
  • 22. Application Execution Java Source Documents Compile java sources using “javac” Java “class” documents output from compilation process Translate Java compiled class files into “dex” files Execute under the Dalvik Virtual Machine
  • 23. Why prefer android ?  Android price fits your pocket Android devices are cheaper than iPhones which is one of main reason why Android phone sale is growing rapidly. IPhone is an expensive device which everybody can’t afford to buy.  Free apps and games Android offers a lot of free games and applications on google play, whereas IPhone have mostly paid Apps on App Store. which is also the main reason why people skip IOS and attract towards android.  Launchers Android offers many cool launcher apps for customizing home screen’s style. While Apple do not allow users to customize their home screen and all the users have same home screen.
  • 24.  Custom ROMs Android users can install custom Rom on their smart phone, which allows them to replace original software comes with their smart phone. Some of the android users want to use some tools and apps which do not work on their original OS, that’s why they Root their phone and install custom ROMS.  Google Integration Google integration is very useful service provided by google to it’s users. unarguably google dominates the web with it’s awesome services like Google drive, Google Music, Google Map, Google Docs, Google mail, Google plus, Google hangout.. and the list goes on, but IOS do not provide these apps integration.  Expandable Memory Android allows you to put a memory card to increase your phone memory. What does Apple do? Well, they've never offered expandable memory for the iPhone. Instead, they would rather you pay another $100 to upgrade one of their devices from a 16 GB memory to a 32 GB or 64 GB
  • 25. Multi tasking using Multi-window navigation feature File manager YouTube iOs does not allow multi window officially
  • 26. Limitations  Making source code available to everyone inevitably invites the attention of hackers.  Android operating system uses more amount of battery as compared to normal mobile phones.  It has been seen that it has security related issues.  As we call Android is world of applications we continuously need to connected with the internet which is not possible for all the users.
  • 27. Conclusion Android is a truly open, free development platform based on Linux and open source. Handset makers can use and customize the platform without paying a royalty. Android is now stepping up in next level of mobile internet.  Android is open to all: industry, developers and users Google Android is stepping into the next level of Mobile Internet & that is the reason that android covers 90% of mobile OS market
  • 29. Thank you. Any Query ? ask google

Notas del editor

  1. CONSORTIUM means Group
  2. CONSORTIUM means Group
  3. CONSORTIUM means Group
  4. CONSORTIUM means Group
  5. CONSORTIUM means Group
  6. CONSORTIUM means Group
  7. CONSORTIUM means Group
  8. CONSORTIUM means Group
  9. CONSORTIUM means Group
  10. CONSORTIUM means Group
  11. CONSORTIUM means Group
  12. CONSORTIUM means Group
  13. CONSORTIUM means Group
  14. CONSORTIUM means Group
  15. CONSORTIUM means Group
  16. CONSORTIUM means Group
  17. CONSORTIUM means Group
  18. CONSORTIUM means Group
  19. CONSORTIUM means Group
  20. CONSORTIUM means Group