SlideShare une entreprise Scribd logo
1  sur  29
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 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
Android 1.0 (Angel Cake)
The first version of the open source software was released back in 2008
ANDROID VERSION
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
•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.
ADVANTAGES
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.h
http://www.android.com
THANK YOU
Akshita varshney
B.Tech(cs1)

Contenu connexe

Tendances

Android and android versions
Android and android versionsAndroid and android versions
Android and android versionsMegha Jain
 
Android seminar-presentation
Android seminar-presentationAndroid seminar-presentation
Android seminar-presentationconnectshilpa
 
Introduction to Android Development
Introduction to Android DevelopmentIntroduction to Android Development
Introduction to Android DevelopmentAly Abdelkareem
 
Development of Mobile Application -PPT
Development of Mobile Application -PPTDevelopment of Mobile Application -PPT
Development of Mobile Application -PPTDhivya T
 
Android PPT Presentation 2018
Android PPT Presentation 2018Android PPT Presentation 2018
Android PPT Presentation 2018Rao Purna
 
Introduction to mobile application development
Introduction to mobile application developmentIntroduction to mobile application development
Introduction to mobile application developmentChandan Maurya
 
Presentation on Android application
Presentation on Android applicationPresentation on Android application
Presentation on Android applicationAtibur Rahman
 
Introduction to Mobile Application Development
Introduction to Mobile Application DevelopmentIntroduction to Mobile Application Development
Introduction to Mobile Application DevelopmentTharindu Dassanayake
 
android app development training report
android app development training reportandroid app development training report
android app development training reportRishita Jaggi
 
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 Application Development Using Java
Android Application Development Using JavaAndroid Application Development Using Java
Android Application Development Using Javaamaankhan
 
Presentation on Android operating system
Presentation on Android operating systemPresentation on Android operating system
Presentation on Android operating systemSalma Begum
 
Basic android-ppt
Basic android-pptBasic android-ppt
Basic android-pptSrijib Roy
 
Presentation on android
Presentation on androidPresentation on android
Presentation on androidsonyhontok
 
Introduction to Android
Introduction to Android Introduction to Android
Introduction to Android Ranjith Kumar
 
Mobile application development
Mobile application developmentMobile application development
Mobile application developmentEric Cattoir
 

Tendances (20)

Android ppt
Android pptAndroid ppt
Android ppt
 
Android and android versions
Android and android versionsAndroid and android versions
Android and android versions
 
Android seminar-presentation
Android seminar-presentationAndroid seminar-presentation
Android seminar-presentation
 
Introduction to Android Development
Introduction to Android DevelopmentIntroduction to Android Development
Introduction to Android Development
 
Development of Mobile Application -PPT
Development of Mobile Application -PPTDevelopment of Mobile Application -PPT
Development of Mobile Application -PPT
 
Android PPT Presentation 2018
Android PPT Presentation 2018Android PPT Presentation 2018
Android PPT Presentation 2018
 
Introduction to mobile application development
Introduction to mobile application developmentIntroduction to mobile application development
Introduction to mobile application development
 
Android ppt
Android pptAndroid ppt
Android ppt
 
Presentation on Android application
Presentation on Android applicationPresentation on Android application
Presentation on Android application
 
Introduction to Mobile Application Development
Introduction to Mobile Application DevelopmentIntroduction to Mobile Application Development
Introduction to Mobile Application Development
 
android app development training report
android app development training reportandroid app development training report
android app development training report
 
Introduction to Android and Android Studio
Introduction to Android and Android StudioIntroduction to Android and Android Studio
Introduction to Android and Android Studio
 
Android Application Development Using Java
Android Application Development Using JavaAndroid Application Development Using Java
Android Application Development Using Java
 
Presentation on Android operating system
Presentation on Android operating systemPresentation on Android operating system
Presentation on Android operating system
 
Basic android-ppt
Basic android-pptBasic android-ppt
Basic android-ppt
 
PPT on Android
PPT on AndroidPPT on Android
PPT on Android
 
Presentation on android
Presentation on androidPresentation on android
Presentation on android
 
Introduction to Android
Introduction to Android Introduction to Android
Introduction to Android
 
Mobile application development
Mobile application developmentMobile application development
Mobile application development
 
Android history
Android historyAndroid history
Android history
 

En vedette

Android presentation
Android presentationAndroid presentation
Android presentationElyes Naouar
 
Android Project Presentation
Android Project PresentationAndroid Project Presentation
Android Project PresentationLaxmi Kant Yadav
 
Ppt on World Of Smartphones
Ppt on World Of SmartphonesPpt on World Of Smartphones
Ppt on World Of SmartphonesPulkit Syal
 
What is Social Media?
What is Social Media?What is Social Media?
What is Social Media?Martafy!
 
Presentation on mobile phones
Presentation on mobile phonesPresentation on mobile phones
Presentation on mobile phonessirtwinkles
 

En vedette (8)

Android presentation
Android presentationAndroid presentation
Android presentation
 
Android seminar ppt
Android seminar pptAndroid seminar ppt
Android seminar ppt
 
Android ppt
Android pptAndroid ppt
Android ppt
 
Android ppt
Android pptAndroid ppt
Android ppt
 
Android Project Presentation
Android Project PresentationAndroid Project Presentation
Android Project Presentation
 
Ppt on World Of Smartphones
Ppt on World Of SmartphonesPpt on World Of Smartphones
Ppt on World Of Smartphones
 
What is Social Media?
What is Social Media?What is Social Media?
What is Social Media?
 
Presentation on mobile phones
Presentation on mobile phonesPresentation on mobile phones
Presentation on mobile phones
 

Similaire à Android ppt

Mobile Application Development powerpoint
Mobile Application Development powerpointMobile Application Development powerpoint
Mobile Application Development powerpointJohnLagman3
 
Android 130923124440-phpapp01
Android 130923124440-phpapp01Android 130923124440-phpapp01
Android 130923124440-phpapp01rajesh kumar
 
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 App Developement
Android App DevelopementAndroid App Developement
Android App DevelopementAayush Gupta
 
android phone ppt
android phone pptandroid phone ppt
android phone pptmehul patel
 
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 Security Humla Part 1
Android Security Humla Part 1Android Security Humla Part 1
Android Security Humla Part 1Nikhil Kulkarni
 
Android Technology
Android TechnologyAndroid Technology
Android TechnologyR
 
PRESENTATION ON ANDROID
PRESENTATION ON ANDROIDPRESENTATION ON ANDROID
PRESENTATION ON ANDROIDRajat Kumar
 
Presentation On Android
Presentation On AndroidPresentation On Android
Presentation On AndroidTeachMission
 
Android Workshop Part 1
Android Workshop Part 1Android Workshop Part 1
Android Workshop Part 1NAILBITER
 

Similaire à Android ppt (20)

Android
AndroidAndroid
Android
 
Mobile Application Development powerpoint
Mobile Application Development powerpointMobile Application Development powerpoint
Mobile Application Development powerpoint
 
Android 130923124440-phpapp01
Android 130923124440-phpapp01Android 130923124440-phpapp01
Android 130923124440-phpapp01
 
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 technology
Android technology Android technology
Android technology
 
Android App Developement
Android App DevelopementAndroid App Developement
Android App Developement
 
Android based os
Android based osAndroid based os
Android based os
 
android phone ppt
android phone pptandroid phone ppt
android phone ppt
 
Android report
Android reportAndroid report
Android report
 
Android
AndroidAndroid
Android
 
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
AndroidAndroid
Android
 
Android Apps
Android AppsAndroid Apps
Android Apps
 
Android Security Humla Part 1
Android Security Humla Part 1Android Security Humla Part 1
Android Security Humla Part 1
 
Android Technology
Android TechnologyAndroid Technology
Android Technology
 
PRESENTATION ON ANDROID
PRESENTATION ON ANDROIDPRESENTATION ON ANDROID
PRESENTATION ON ANDROID
 
Android
AndroidAndroid
Android
 
Presentation On Android
Presentation On AndroidPresentation On Android
Presentation On Android
 
Android technology
Android technologyAndroid technology
Android technology
 
Android Workshop Part 1
Android Workshop Part 1Android Workshop Part 1
Android Workshop Part 1
 

Dernier

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 

Dernier (20)

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 

Android ppt

  • 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 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 Android 1.0 (Angel Cake) The first version of the open source software was released back in 2008 ANDROID VERSION
  • 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. •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. ADVANTAGES
  • 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.