SlideShare a Scribd company logo
Contents 
History 
Introduction of android 
Android versions 
Android architecture 
Security 
Features of android 
Advantages of android 
Disadvantage of android 
Conclusion
HISTORY OF ANDROID 
Android Inc.founded in Palo Alto,california ,united 
states in October 2003 by Andy Rubin[co-founder of 
danger ],rich miner[co-founder of wildfire 
communication Inc.],nick sears[once VP at T-mobile], 
and Chris white[headed design and interface 
development at web TV] to develop.
WHAT IS ANDROID? 
• It is a open source software platform and operating system 
for mobile devices 
• Based on the Linux kernel 
• Developed by Google and later the Open Handset Alliance 
(OHA) 
 Allows writing managed code in the Java language 
• Android has its own virtual machine i.e. DVM(Dalvik Virtual 
Machine),which is used for executing the android applicatn. 
• Google purchased the initial developer of the software , 
android incorporated in 2005.
Open Handset Alliance 
• The open handset alliance(OHA) is a 
business alliance of firm to develop 
open standard for mobile devices. 
• Devoted to advancing open standards 
for mobile devices 
• Develop technologies that will 
significantly lower the cost of developing 
and distributing mobile devices and 
services.
 Open Handset Alliance (OHA) included 
several companies
ANDROID VERSION 
Android 1.0 (Angel Cake) 
The first version of the open source software was released back in 2008 
Android 1.1 (Battenberg) 
In Feb 2009, version 1.1 
Android 1.5 (Cupcake) 
Launched in April 2009 
Android 1.6 (Donut)-released in sept 2009 
Android 2.0  2.1 (Éclair)-released in 26 October 2009 
Android 2.2 (Froyo) 
released in the summer of 2010 
Android 2.3 (Gingerbread) 
Gingerbread landed by the end of 2010 
Android 3.0 (Honeycomb) 
For the first time Google released a software that was totally 
focused on tablets. This version, released in 2011 
Android 4.0 (Ice Cream Sandwich 4.0) released in 2012 
Android 4.1 (jelly bean4.1) released in 2013
Upcoming Android Version 
ANDROID 5.0 KEY 
LIME PIE 
ANDROID 4.4 KITKAT 
Will be Released october 
2013
ANDROID ARCHITECTURE 
The software stack is split into Four Layers:: 
• The application layer 
• The application framework 
• The libraries and runtime 
• The kernel
LINUX KERNEL 
•The architecture is based on the Linux2.6 kernel. 
• This layer is core of android architecture. It provides 
service like power management, memory management, 
security etc. 
• It helps in software or hardware binding for better 
communication.
NATIVE LIBRARIES 
• Android has its own libraries, which is written in C/C+ 
+. These libraries cannot be accessed directly. With 
the help of application framework, we can access 
these libraries. There are many libraries like web 
libraries to access web browsers, libraries for android 
and video formats etc.
Android Run Time 
• The Android Runtime was designed specifically for 
Android to meet the needs of running in an embedded 
environment where you have limited battery, limited 
memory, limited CPU. 
• Dalvik is the process virtual machine in Google's 
android operating system. It is the software that runs the 
apps on android devices. Dalvik is thus an integral part 
of android ,which is typically used on mobile devices 
such as mobile phones and tablet computers. 
• Programs are commonly written in java and compiled to 
byte code.
Android Run Time 
•This is in blue, meaning that it's written in 
the Java programming language. 
•The core library contains all of the collection 
classes, utilities, IO, all the utilities and tools 
that you’ve come to expected to use.
Application Framework 
•This is all written in a Java programming language and 
the application framework is the toolkit that all 
applications use. 
•These applications include the ones that come with a 
phone like the home applications, or the phone 
application. 
•It includes applications written by Google, and it 
includes apps that will be written by you. 
•So, all apps use the same framework and the same 
APIs.
Contd… 
These are as follows:- 
• Activity manager:-It manages the lifecycle of applications. It 
enable proper management of all the activities. All the activities are 
controlled by activity manager. 
• Resource manager:-It provides access to non-code resources such 
as graphics etc. 
• Notification manager:-It enables all applications to display 
custom alerts in status bar. 
• Location manager:- It fires alerts when user enters or leaves a 
specified geographical location. 
• Package manager:-It is use to retrieve the data about installed 
packages on device. 
• Window manager:-It is use to create views and layouts. 
• Telephony manager:-It is use to handle settings of network 
connection and all information about services on device.
APPLICATION LAYER 
•the final layer on top is Applications. 
•It includes the home application the contacts 
application , the browser, and apps. 
•It is the most upper layer in android architecture. 
•All the applications like camera, Google maps, 
browser,sms,calendars,contacts are native 
applications. These applications works with end user 
with the help of application framework to operate.
Security 
Android is a multi-process system, in which each 
application (and parts of the system) runs in its own 
process. Most security between applications and the 
system is enforced at the process level through 
standard Linux facilities, such as user and group IDs 
that are assigned to applications.
Contd.. 
Android is designed having multi layer security which provides 
flexibility for this platform. When attackers attempt attack on device, 
android platform help to reduce the portability of the attack. 
There are key components of android security which are described as 
follows: 
 Design review:-when a security model is designed then it will be 
reviewed by the developers so that risk level will be very less while 
using the model. 
 Code review and penetrating testing:-the goal of this code review is 
that in which it will be checked that how the system will become 
strong? 
 Open source and community review:-android uses open source 
technologies that have significant external review such as Linux 
kernel. 
 Incident response:-android team enables the rapid mitigation of 
vulnerabilities to ensure that potential risks to all android users are 
minimized.
FEATURES OF ANDROID 
 Background Wi-Fi location still runs even when 
Wi-Fi is turned off 
Developer logging and analyzing enhancements 
It is optimized for mobile devices. 
It enables reuse and replacement of components. 
Java support ,media support, multi touch, video 
calling,multi tasking ,voice based features, screen 
capture, camera ,bluetooth,gps,compass and 
accelerometer,3G
ADVANTAGES 
•The ability for anyone to customize the Google Android 
platform 
•It gives you better notification. 
•It lets you choose your hardware. 
•It has better app market(1,80,000 application) 
•A more mature platform 
• With the support of many applications, the user can 
change the screen display. 
•With Google chrome you can open many window at 
once. 
• Supports all Google services: Android operating system 
supports all of Google services ranging from Gmail to Google 
reader. all Google services can you have with one operating 
system, namely Android.
DIS-ADVANTAGES 
Android Market is less control of the manager, 
sometimes there are malware. 
Wasteful Batteries, This is because the OS is a lot of 
"process" in the background causing the battery 
quickly drains. 
Sometimes slow device company issued an official 
version of Android your own . 
Extremely inconsistence in design among apps. 
Very unstable and often hang or crash.
LIMITATIONS OF ANDROID 
Development requirements in 
•Java 
•Android SDK 
•Eclipse IDE (optional) 
•Bluetooth limitations:- 
Android doesn't support: 
 Bluetooth stereo 
 Contacts exchange 
 Modem pairing 
 Wireless keyboards 
•Firefox mobile isn't coming to android because of android 
limitations 
Apps in Android Market need to be programmed with a custom form of 
Java 
→ Mozilla and the Fennec won't have that 
•There are no split or interval times available. 
•Small memory size. 
•Continuous Internet connection is required
CONCLUSION 
We hope that the next versions 
of Android have overcome the actual 
limitations and that the future possibilities 
became a reality and may this software is 
also developed to use in PC’s also.
References 
http://en.wikipedia.org/wiki/Android_(operating_system) 
http://www.openhandsetalliance.com/android_overview.html 
http://www.android.com
THANK YOU
Akshita varshney 
B.Tech(cs1)

More Related Content

What's hot

Presentation on Android
Presentation on AndroidPresentation on Android
Presentation on Android
Nausad Ahamed
 
Android ppt
Android pptAndroid ppt
Android ppt
Govind Raj
 
Android technology prepared by Hritika Raj (Shivalik college of engg.)
Android technology prepared by Hritika Raj (Shivalik college of engg.)Android technology prepared by Hritika Raj (Shivalik college of engg.)
Android technology prepared by Hritika Raj (Shivalik college of engg.)
Hritika Raj
 
Android 10 released check out new features
Android 10 released  check out new featuresAndroid 10 released  check out new features
Android 10 released check out new features
Benji Harrison
 
Android based os
Android based osAndroid based os
Android based os
Robinson Johnwilson
 
android phone feature and value for user
android phone feature and value for userandroid phone feature and value for user
android phone feature and value for userSudhir Kumar
 
Evolution of android operating system
Evolution of android operating systemEvolution of android operating system
Evolution of android operating system
Md. Abdullah Al Maruf
 
Android tutorial points
Android tutorial pointsAndroid tutorial points
Android tutorial points
bsb_2209
 
Android - A brief introduction
Android - A brief introductionAndroid - A brief introduction
Android - A brief introduction
Roshan Gautam
 
What's new in Android Pie
What's new in Android PieWhat's new in Android Pie
What's new in Android Pie
Hassan Abid
 
Android history,features,applications,hardware development and versions
Android history,features,applications,hardware development and versionsAndroid history,features,applications,hardware development and versions
Android history,features,applications,hardware development and versions
ItsJames00
 
Android OS by Prasad & Sarang
Android OS by Prasad & SarangAndroid OS by Prasad & Sarang
Android OS by Prasad & Sarang
Prasad Gowardhankar
 
Android ppt for saravanan angel
Android ppt for saravanan angelAndroid ppt for saravanan angel
Android ppt for saravanan angel
sudarsanan96
 
Mobile appliaction w android week 1 by osama
Mobile appliaction w android week 1 by osamaMobile appliaction w android week 1 by osama
Mobile appliaction w android week 1 by osama
Osama Ghandour Geris
 
Android OS and its Features
Android OS and its FeaturesAndroid OS and its Features
Android OS and its Features
Harshad Lokhande
 
android phone ppt
android phone pptandroid phone ppt
android phone ppt
mehul patel
 
Learn Android app development in easy steps
Learn Android app development in easy stepsLearn Android app development in easy steps
Learn Android app development in easy steps
Mobile Pundits
 

What's hot (20)

Presentation on Android
Presentation on AndroidPresentation on Android
Presentation on Android
 
Android ppt
Android pptAndroid ppt
Android ppt
 
Android technology prepared by Hritika Raj (Shivalik college of engg.)
Android technology prepared by Hritika Raj (Shivalik college of engg.)Android technology prepared by Hritika Raj (Shivalik college of engg.)
Android technology prepared by Hritika Raj (Shivalik college of engg.)
 
Android 10 released check out new features
Android 10 released  check out new featuresAndroid 10 released  check out new features
Android 10 released check out new features
 
Android based os
Android based osAndroid based os
Android based os
 
Android OS
Android OSAndroid OS
Android OS
 
Android PPT
Android PPTAndroid PPT
Android PPT
 
android phone feature and value for user
android phone feature and value for userandroid phone feature and value for user
android phone feature and value for user
 
Evolution of android operating system
Evolution of android operating systemEvolution of android operating system
Evolution of android operating system
 
Android tutorial points
Android tutorial pointsAndroid tutorial points
Android tutorial points
 
Android - A brief introduction
Android - A brief introductionAndroid - A brief introduction
Android - A brief introduction
 
What's new in Android Pie
What's new in Android PieWhat's new in Android Pie
What's new in Android Pie
 
Android history,features,applications,hardware development and versions
Android history,features,applications,hardware development and versionsAndroid history,features,applications,hardware development and versions
Android history,features,applications,hardware development and versions
 
Android OS by Prasad & Sarang
Android OS by Prasad & SarangAndroid OS by Prasad & Sarang
Android OS by Prasad & Sarang
 
Android ppt for saravanan angel
Android ppt for saravanan angelAndroid ppt for saravanan angel
Android ppt for saravanan angel
 
Mobile appliaction w android week 1 by osama
Mobile appliaction w android week 1 by osamaMobile appliaction w android week 1 by osama
Mobile appliaction w android week 1 by osama
 
Android OS and its Features
Android OS and its FeaturesAndroid OS and its Features
Android OS and its Features
 
android phone ppt
android phone pptandroid phone ppt
android phone ppt
 
Learn Android app development in easy steps
Learn Android app development in easy stepsLearn Android app development in easy steps
Learn Android app development in easy steps
 
Android ppt
Android ppt Android ppt
Android ppt
 

Viewers also liked

Heather heine interview
Heather heine interviewHeather heine interview
Heather heine interviewAri Meisel
 
Three Benefits of Innovation Failure
Three Benefits of Innovation FailureThree Benefits of Innovation Failure
Three Benefits of Innovation Failure
managing-creativity
 
Music video ideas
Music video ideasMusic video ideas
Music video ideas
Beth Coxon
 
Facebook survey
Facebook survey Facebook survey
Facebook survey
Beth Coxon
 
Incumbent vs Substitute Innovation
Incumbent vs Substitute InnovationIncumbent vs Substitute Innovation
Incumbent vs Substitute Innovation
managing-creativity
 
Michael vassar interview
Michael vassar interviewMichael vassar interview
Michael vassar interviewAri Meisel
 
BEWARE OF GROUP SIZE (Creativity and Innovation)
BEWARE OF GROUP SIZE (Creativity and Innovation)BEWARE OF GROUP SIZE (Creativity and Innovation)
BEWARE OF GROUP SIZE (Creativity and Innovation)
managing-creativity
 
Steven kotlerflowgenome
Steven kotlerflowgenomeSteven kotlerflowgenome
Steven kotlerflowgenomeAri Meisel
 
Bharat vasanbasisinterviewmp3
Bharat vasanbasisinterviewmp3Bharat vasanbasisinterviewmp3
Bharat vasanbasisinterviewmp3Ari Meisel
 
Energy Saving, Metering and Smaller Customers
Energy Saving, Metering and Smaller CustomersEnergy Saving, Metering and Smaller Customers
Energy Saving, Metering and Smaller Customers
IEA DSM Implementing Agreement (IA)
 
From Smart Meter to Smart Bill
From Smart Meter to Smart BillFrom Smart Meter to Smart Bill
From Smart Meter to Smart Bill
IEA DSM Implementing Agreement (IA)
 

Viewers also liked (11)

Heather heine interview
Heather heine interviewHeather heine interview
Heather heine interview
 
Three Benefits of Innovation Failure
Three Benefits of Innovation FailureThree Benefits of Innovation Failure
Three Benefits of Innovation Failure
 
Music video ideas
Music video ideasMusic video ideas
Music video ideas
 
Facebook survey
Facebook survey Facebook survey
Facebook survey
 
Incumbent vs Substitute Innovation
Incumbent vs Substitute InnovationIncumbent vs Substitute Innovation
Incumbent vs Substitute Innovation
 
Michael vassar interview
Michael vassar interviewMichael vassar interview
Michael vassar interview
 
BEWARE OF GROUP SIZE (Creativity and Innovation)
BEWARE OF GROUP SIZE (Creativity and Innovation)BEWARE OF GROUP SIZE (Creativity and Innovation)
BEWARE OF GROUP SIZE (Creativity and Innovation)
 
Steven kotlerflowgenome
Steven kotlerflowgenomeSteven kotlerflowgenome
Steven kotlerflowgenome
 
Bharat vasanbasisinterviewmp3
Bharat vasanbasisinterviewmp3Bharat vasanbasisinterviewmp3
Bharat vasanbasisinterviewmp3
 
Energy Saving, Metering and Smaller Customers
Energy Saving, Metering and Smaller CustomersEnergy Saving, Metering and Smaller Customers
Energy Saving, Metering and Smaller Customers
 
From Smart Meter to Smart Bill
From Smart Meter to Smart BillFrom Smart Meter to Smart Bill
From Smart Meter to Smart Bill
 

Similar to Android 130923124440-phpapp01

Android Seminar BY Suleman Khan.pdf
Android Seminar BY Suleman Khan.pdfAndroid Seminar BY Suleman Khan.pdf
Android Seminar BY Suleman Khan.pdf
NomanKhan869872
 
Mobile Application Development powerpoint
Mobile Application Development powerpointMobile Application Development powerpoint
Mobile Application Development powerpoint
JohnLagman3
 
Android App Developement
Android App DevelopementAndroid App Developement
Android App Developement
Aayush Gupta
 
Android Application Development Training by NITIN GUPTA
Android Application Development Training by NITIN GUPTA Android Application Development Training by NITIN GUPTA
Android Application Development Training by NITIN GUPTA
NITIN GUPTA
 
Android report
Android reportAndroid report
Android report
blogger at indiandswad
 
Android
AndroidAndroid
PRESENTATION ON ANDROID
PRESENTATION ON ANDROIDPRESENTATION ON ANDROID
PRESENTATION ON ANDROID
Rajat Kumar
 
Android technology
Android technologyAndroid technology
Android technology
dharsana sree
 
Android
AndroidAndroid
Android Seminar || history || versions||application developement
Android Seminar || history || versions||application developement Android Seminar || history || versions||application developement
Android Seminar || history || versions||application developement
Shubham Pahune
 
Android Technology
Android TechnologyAndroid Technology
Android Technology
R
 
Android Security Humla Part 1
Android Security Humla Part 1Android Security Humla Part 1
Android Security Humla Part 1
Nikhil Kulkarni
 
Vijay android ppt
Vijay android pptVijay android ppt
Vijay android pptvijaymashre
 
Presentation On Android
Presentation On AndroidPresentation On Android
Presentation On Android
TeachMission
 
Presentation On Android
Presentation On AndroidPresentation On Android
Presentation On Android
TeachMission
 
Android and its applications
Android and its applicationsAndroid and its applications
Android and its applications
Soba Arjun
 
Android
AndroidAndroid
Android (Types, Feature,Application etc..)
Android (Types, Feature,Application etc..)Android (Types, Feature,Application etc..)
Android (Types, Feature,Application etc..)
Coder Tech
 

Similar to Android 130923124440-phpapp01 (20)

Android Seminar BY Suleman Khan.pdf
Android Seminar BY Suleman Khan.pdfAndroid Seminar BY Suleman Khan.pdf
Android Seminar BY Suleman Khan.pdf
 
Mobile Application Development powerpoint
Mobile Application Development powerpointMobile Application Development powerpoint
Mobile Application Development powerpoint
 
Android App Developement
Android App DevelopementAndroid App Developement
Android App Developement
 
Android Application Development Training by NITIN GUPTA
Android Application Development Training by NITIN GUPTA Android Application Development Training by NITIN GUPTA
Android Application Development Training by NITIN GUPTA
 
Android report
Android reportAndroid report
Android report
 
Android
AndroidAndroid
Android
 
PRESENTATION ON ANDROID
PRESENTATION ON ANDROIDPRESENTATION ON ANDROID
PRESENTATION ON ANDROID
 
Android technology
Android technologyAndroid technology
Android technology
 
Android
AndroidAndroid
Android
 
Android Apps
Android AppsAndroid Apps
Android Apps
 
Android Seminar || history || versions||application developement
Android Seminar || history || versions||application developement Android Seminar || history || versions||application developement
Android Seminar || history || versions||application developement
 
Android Technology
Android TechnologyAndroid Technology
Android Technology
 
Android
AndroidAndroid
Android
 
Android Security Humla Part 1
Android Security Humla Part 1Android Security Humla Part 1
Android Security Humla Part 1
 
Vijay android ppt
Vijay android pptVijay android ppt
Vijay android ppt
 
Presentation On Android
Presentation On AndroidPresentation On Android
Presentation On Android
 
Presentation On Android
Presentation On AndroidPresentation On Android
Presentation On Android
 
Android and its applications
Android and its applicationsAndroid and its applications
Android and its applications
 
Android
AndroidAndroid
Android
 
Android (Types, Feature,Application etc..)
Android (Types, Feature,Application etc..)Android (Types, Feature,Application etc..)
Android (Types, Feature,Application etc..)
 

Recently uploaded

一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
taqyed
 
An introduction to the cryptocurrency investment platform Binance Savings.
An introduction to the cryptocurrency investment platform Binance Savings.An introduction to the cryptocurrency investment platform Binance Savings.
An introduction to the cryptocurrency investment platform Binance Savings.
Any kyc Account
 
Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)
Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)
Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)
Lviv Startup Club
 
Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
bosssp10
 
BeMetals Investor Presentation_June 1, 2024.pdf
BeMetals Investor Presentation_June 1, 2024.pdfBeMetals Investor Presentation_June 1, 2024.pdf
BeMetals Investor Presentation_June 1, 2024.pdf
DerekIwanaka1
 
Brand Analysis for an artist named Struan
Brand Analysis for an artist named StruanBrand Analysis for an artist named Struan
Brand Analysis for an artist named Struan
sarahvanessa51503
 
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdfMeas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
dylandmeas
 
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdfikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
agatadrynko
 
Chapter 7 Final business management sciences .ppt
Chapter 7 Final business management sciences .pptChapter 7 Final business management sciences .ppt
Chapter 7 Final business management sciences .ppt
ssuser567e2d
 
Best Forex Brokers Comparison in INDIA 2024
Best Forex Brokers Comparison in INDIA 2024Best Forex Brokers Comparison in INDIA 2024
Best Forex Brokers Comparison in INDIA 2024
Top Forex Brokers Review
 
LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024
Lital Barkan
 
Mastering B2B Payments Webinar from BlueSnap
Mastering B2B Payments Webinar from BlueSnapMastering B2B Payments Webinar from BlueSnap
Mastering B2B Payments Webinar from BlueSnap
Norma Mushkat Gaffin
 
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Lviv Startup Club
 
Creative Web Design Company in Singapore
Creative Web Design Company in SingaporeCreative Web Design Company in Singapore
Creative Web Design Company in Singapore
techboxsqauremedia
 
Building Your Employer Brand with Social Media
Building Your Employer Brand with Social MediaBuilding Your Employer Brand with Social Media
Building Your Employer Brand with Social Media
LuanWise
 
Top mailing list providers in the USA.pptx
Top mailing list providers in the USA.pptxTop mailing list providers in the USA.pptx
Top mailing list providers in the USA.pptx
JeremyPeirce1
 
-- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month ---- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month --
NZSG
 
Event Report - SAP Sapphire 2024 Orlando - lots of innovation and old challenges
Event Report - SAP Sapphire 2024 Orlando - lots of innovation and old challengesEvent Report - SAP Sapphire 2024 Orlando - lots of innovation and old challenges
Event Report - SAP Sapphire 2024 Orlando - lots of innovation and old challenges
Holger Mueller
 
In the Adani-Hindenburg case, what is SEBI investigating.pptx
In the Adani-Hindenburg case, what is SEBI investigating.pptxIn the Adani-Hindenburg case, what is SEBI investigating.pptx
In the Adani-Hindenburg case, what is SEBI investigating.pptx
Adani case
 
buy old yahoo accounts buy yahoo accounts
buy old yahoo accounts buy yahoo accountsbuy old yahoo accounts buy yahoo accounts
buy old yahoo accounts buy yahoo accounts
Susan Laney
 

Recently uploaded (20)

一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
 
An introduction to the cryptocurrency investment platform Binance Savings.
An introduction to the cryptocurrency investment platform Binance Savings.An introduction to the cryptocurrency investment platform Binance Savings.
An introduction to the cryptocurrency investment platform Binance Savings.
 
Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)
Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)
Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)
 
Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
 
BeMetals Investor Presentation_June 1, 2024.pdf
BeMetals Investor Presentation_June 1, 2024.pdfBeMetals Investor Presentation_June 1, 2024.pdf
BeMetals Investor Presentation_June 1, 2024.pdf
 
Brand Analysis for an artist named Struan
Brand Analysis for an artist named StruanBrand Analysis for an artist named Struan
Brand Analysis for an artist named Struan
 
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdfMeas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
 
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdfikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
 
Chapter 7 Final business management sciences .ppt
Chapter 7 Final business management sciences .pptChapter 7 Final business management sciences .ppt
Chapter 7 Final business management sciences .ppt
 
Best Forex Brokers Comparison in INDIA 2024
Best Forex Brokers Comparison in INDIA 2024Best Forex Brokers Comparison in INDIA 2024
Best Forex Brokers Comparison in INDIA 2024
 
LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024
 
Mastering B2B Payments Webinar from BlueSnap
Mastering B2B Payments Webinar from BlueSnapMastering B2B Payments Webinar from BlueSnap
Mastering B2B Payments Webinar from BlueSnap
 
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)
 
Creative Web Design Company in Singapore
Creative Web Design Company in SingaporeCreative Web Design Company in Singapore
Creative Web Design Company in Singapore
 
Building Your Employer Brand with Social Media
Building Your Employer Brand with Social MediaBuilding Your Employer Brand with Social Media
Building Your Employer Brand with Social Media
 
Top mailing list providers in the USA.pptx
Top mailing list providers in the USA.pptxTop mailing list providers in the USA.pptx
Top mailing list providers in the USA.pptx
 
-- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month ---- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month --
 
Event Report - SAP Sapphire 2024 Orlando - lots of innovation and old challenges
Event Report - SAP Sapphire 2024 Orlando - lots of innovation and old challengesEvent Report - SAP Sapphire 2024 Orlando - lots of innovation and old challenges
Event Report - SAP Sapphire 2024 Orlando - lots of innovation and old challenges
 
In the Adani-Hindenburg case, what is SEBI investigating.pptx
In the Adani-Hindenburg case, what is SEBI investigating.pptxIn the Adani-Hindenburg case, what is SEBI investigating.pptx
In the Adani-Hindenburg case, what is SEBI investigating.pptx
 
buy old yahoo accounts buy yahoo accounts
buy old yahoo accounts buy yahoo accountsbuy old yahoo accounts buy yahoo accounts
buy old yahoo accounts buy yahoo accounts
 

Android 130923124440-phpapp01

  • 1.
  • 2. Contents History Introduction of android Android versions Android architecture Security Features of android Advantages of android Disadvantage of android Conclusion
  • 3. HISTORY OF ANDROID Android Inc.founded in Palo Alto,california ,united states in October 2003 by Andy Rubin[co-founder of danger ],rich miner[co-founder of wildfire communication Inc.],nick sears[once VP at T-mobile], and Chris white[headed design and interface development at web TV] to develop.
  • 4. WHAT IS ANDROID? • It is a open source software platform and operating system for mobile devices • Based on the Linux kernel • Developed by Google and later the Open Handset Alliance (OHA)  Allows writing managed code in the Java language • Android has its own virtual machine i.e. DVM(Dalvik Virtual Machine),which is used for executing the android applicatn. • Google purchased the initial developer of the software , android incorporated in 2005.
  • 5. Open Handset Alliance • The open handset alliance(OHA) is a business alliance of firm to develop open standard for mobile devices. • Devoted to advancing open standards for mobile devices • Develop technologies that will significantly lower the cost of developing and distributing mobile devices and services.
  • 6.  Open Handset Alliance (OHA) included several companies
  • 7.
  • 8. ANDROID VERSION Android 1.0 (Angel Cake) The first version of the open source software was released back in 2008 Android 1.1 (Battenberg) In Feb 2009, version 1.1 Android 1.5 (Cupcake) Launched in April 2009 Android 1.6 (Donut)-released in sept 2009 Android 2.0 2.1 (Éclair)-released in 26 October 2009 Android 2.2 (Froyo) released in the summer of 2010 Android 2.3 (Gingerbread) Gingerbread landed by the end of 2010 Android 3.0 (Honeycomb) For the first time Google released a software that was totally focused on tablets. This version, released in 2011 Android 4.0 (Ice Cream Sandwich 4.0) released in 2012 Android 4.1 (jelly bean4.1) released in 2013
  • 9. Upcoming Android Version ANDROID 5.0 KEY LIME PIE ANDROID 4.4 KITKAT Will be Released october 2013
  • 10. ANDROID ARCHITECTURE The software stack is split into Four Layers:: • The application layer • The application framework • The libraries and runtime • The kernel
  • 11.
  • 12. LINUX KERNEL •The architecture is based on the Linux2.6 kernel. • This layer is core of android architecture. It provides service like power management, memory management, security etc. • It helps in software or hardware binding for better communication.
  • 13. NATIVE LIBRARIES • Android has its own libraries, which is written in C/C+ +. These libraries cannot be accessed directly. With the help of application framework, we can access these libraries. There are many libraries like web libraries to access web browsers, libraries for android and video formats etc.
  • 14. Android Run Time • The Android Runtime was designed specifically for Android to meet the needs of running in an embedded environment where you have limited battery, limited memory, limited CPU. • Dalvik is the process virtual machine in Google's android operating system. It is the software that runs the apps on android devices. Dalvik is thus an integral part of android ,which is typically used on mobile devices such as mobile phones and tablet computers. • Programs are commonly written in java and compiled to byte code.
  • 15. Android Run Time •This is in blue, meaning that it's written in the Java programming language. •The core library contains all of the collection classes, utilities, IO, all the utilities and tools that you’ve come to expected to use.
  • 16. Application Framework •This is all written in a Java programming language and the application framework is the toolkit that all applications use. •These applications include the ones that come with a phone like the home applications, or the phone application. •It includes applications written by Google, and it includes apps that will be written by you. •So, all apps use the same framework and the same APIs.
  • 17. Contd… These are as follows:- • Activity manager:-It manages the lifecycle of applications. It enable proper management of all the activities. All the activities are controlled by activity manager. • Resource manager:-It provides access to non-code resources such as graphics etc. • Notification manager:-It enables all applications to display custom alerts in status bar. • Location manager:- It fires alerts when user enters or leaves a specified geographical location. • Package manager:-It is use to retrieve the data about installed packages on device. • Window manager:-It is use to create views and layouts. • Telephony manager:-It is use to handle settings of network connection and all information about services on device.
  • 18. APPLICATION LAYER •the final layer on top is Applications. •It includes the home application the contacts application , the browser, and apps. •It is the most upper layer in android architecture. •All the applications like camera, Google maps, browser,sms,calendars,contacts are native applications. These applications works with end user with the help of application framework to operate.
  • 19. Security Android is a multi-process system, in which each application (and parts of the system) runs in its own process. Most security between applications and the system is enforced at the process level through standard Linux facilities, such as user and group IDs that are assigned to applications.
  • 20. Contd.. Android is designed having multi layer security which provides flexibility for this platform. When attackers attempt attack on device, android platform help to reduce the portability of the attack. There are key components of android security which are described as follows:  Design review:-when a security model is designed then it will be reviewed by the developers so that risk level will be very less while using the model.  Code review and penetrating testing:-the goal of this code review is that in which it will be checked that how the system will become strong?  Open source and community review:-android uses open source technologies that have significant external review such as Linux kernel.  Incident response:-android team enables the rapid mitigation of vulnerabilities to ensure that potential risks to all android users are minimized.
  • 21. FEATURES OF ANDROID  Background Wi-Fi location still runs even when Wi-Fi is turned off Developer logging and analyzing enhancements It is optimized for mobile devices. It enables reuse and replacement of components. Java support ,media support, multi touch, video calling,multi tasking ,voice based features, screen capture, camera ,bluetooth,gps,compass and accelerometer,3G
  • 22. ADVANTAGES •The ability for anyone to customize the Google Android platform •It gives you better notification. •It lets you choose your hardware. •It has better app market(1,80,000 application) •A more mature platform • With the support of many applications, the user can change the screen display. •With Google chrome you can open many window at once. • Supports all Google services: Android operating system supports all of Google services ranging from Gmail to Google reader. all Google services can you have with one operating system, namely Android.
  • 23. DIS-ADVANTAGES Android Market is less control of the manager, sometimes there are malware. Wasteful Batteries, This is because the OS is a lot of "process" in the background causing the battery quickly drains. Sometimes slow device company issued an official version of Android your own . Extremely inconsistence in design among apps. Very unstable and often hang or crash.
  • 24. LIMITATIONS OF ANDROID Development requirements in •Java •Android SDK •Eclipse IDE (optional) •Bluetooth limitations:- Android doesn't support:  Bluetooth stereo  Contacts exchange  Modem pairing  Wireless keyboards •Firefox mobile isn't coming to android because of android limitations Apps in Android Market need to be programmed with a custom form of Java → Mozilla and the Fennec won't have that •There are no split or interval times available. •Small memory size. •Continuous Internet connection is required
  • 25.
  • 26. CONCLUSION We hope that the next versions of Android have overcome the actual limitations and that the future possibilities became a reality and may this software is also developed to use in PC’s also.