SlideShare a Scribd company logo
Be together. Not the same
Submitted by,
Mebin Mathew
Reg no::12156005
CONTENTS
 Mobile OS
 Introduction of android
 Android versions
 Android architecture
 Comparison of IOS,windows,android
 Features of android
 Advantages of android
 Disadvantage of android
 Conclusion
MOBILE OS
Main mobile operating systems are:……
IOS ANDROID WINDOWS
 Apple’s operating system
 Designed only for apple devices
 Market share of 23%
 User friendly
 Good performance
 Notification center
 Apple app store
 Latest update:IOS 8.2 beta 4
IOS
ANDROID
 Notification bar
 Hardware acceleration
 Fully optimized for mobile phones
 Multitouch
 Multitasking
 Tethering
 Google play store
 Market share more than 52 %
WINDOWS
 Personalisation (live tiles,background
images)
 Efficiency (long battery life,less
background process)
 Best camera experience
 Less lagging
 Microsoft apps support (onedrive,office)
 Better in bulit web browser (bing)
 Easy communication facilities (messaging
& emails)
INTRODUCTION
 Android is a Linux-based operating system for mobile
devices such as smartphones and tablet computers.
 There are more than 8,00,000 apps in Android market
 1 Millon devices activated daily
 The Android is an open source
 It provides an easy to use interface so that anyone can
use it.
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
“Google” to develop.
“…smarter mobile devices that are more aware of its owner’s
location and preferences.”
 Android was bought by “Google” in 2005.
 On the 5th of the November 2007 the Open Handset Alliance, a
consortium of several companies was unveiled with the goal to
develop open standards for mobile services.
OHA (Open Handset Alliance)
What is the Open Handset Alliance (OHA)?
In 2007, a group of manufacturers,
wireless carriers & software developers
formed the “Open Handset Alliance”
OPEN HANDSET ALLIANCE cont.
Aim is to develop open standards for mobile devices
Members have promised not to lock their Android
phones
MembersT-Mobile, HTC, LG, Motorola, Samsung,
Sony and many more . .
Nokia, Microsoft, RIM (BlackBerry) are only major
companies to not align with OHA
OPEN HANDSET ALLIANCE cont.
Members are:
MARKET SHARE OF ANDROID
ANDROID technology
VERSIONS OFANDROID
Android 1.0 (Astro) 23 September 2008
Android 1.1 (Bender) 9 February 2009
Android 1.5 (Cupcake) 30 April 2009
Android 1.6 (Donut) 15 September 2009
Android 2.0 (Éclair) 26 October 2009
Android 2.2 (Froyo) 20 May 2010
Android 2.3 (Gingerbread) 6 December 2010
Android 3.0 (Honeycomb) 10 May 2011
Android 4.0 (Ice cream sandwich) 19 October 2011
Android 4.1,2(Jelly Bean) 13 July 2012
Android 4.4 (Kit Kat) 22 November 2013
Android 5.0 (Lolly pop) 3 November 2014
ANDROID ASTRO
 First full version of android.
 Released on September 23, 2008.
 Wi-Fi and Bluetooth support.
 Quite slow in operating.
 copy and paste feature in the web browser is not
present.
ANDROID BENDER(BETA)
 FirstVersion of Android.
 The focus of Android beta is testing incorporating
usability.
 Android beta will generally have many more
problems on speed and performance.
ANDROID CUPCAKE
 Released on April 30, 2009.
 Added auto-rotation option.
 Copy and Paste feature added in the web
browser.
 Increased speed and performance but not upto
required level.
ANDROID DONUT
Released on September 15, 2009.
 Voice search and Search box were added.
 Faster OS boot times and fast web browsing
experience.
 Typing is quite slower.
ANDROID ECLAIR
 Released on October 26, 2009.
 Bluetooth 2.1 support.
 Improved typing speed on virtual keyboard, with
smarter dictionary.
 no Adobe flash media support.
ANDROID FROYO
 Released on May 20, 2010.
 Support for Adobe Flash 10.1
 Improved Application launcher with better
browser
 No internet calling.
ANDROID GINGERBREAD
Released on December 6, 2010.
 Updated User Interface with
high efficiency and speed
 Internet calling
 One touch word selection and copy/paste.
 New keyboard for faster word input.
 More successful version of Android than
previous versions.
 not supports multi-core processors.
ANDROID HONEYCOMB
 Released on MAY 10, 2011.
 Support for multi-core processors
 Ability to encrypt all user data.
This version of android is only available for
tablets.
ANDROID ICECREAM SANDWICH
 Released on OCTOBER 19, 2011.
 Virtual button in the UI.
 A new typeface family for the UI, Roboto.
 Ability to shut down apps that are using data in
the background.
ANDROID JELLYBEAN 4.1
 Released on June 27, 2012.
 Smoother interface
 Bluetooth Smart Ready
 Dial-pad Autocomplete
 Simplified Setup Wizard
 Bluetooth AVRCP
 Location accuracy features via Wi-Fi scan only mode.
ANDROID KITKAT 4.4
 Released on October 31, 2013.
 Latest version of Android.
 Smoother user interface.
 NFC , enabling a device to replace Smart cards.
 Wireless printing capability
 New framework for UI transitions
 Wi-Fi and mobile data activity (TX/RX) indicators are moved to quick
settings
 Expanded functionality for notification listener services
 WebViews now based on Chromium engine
ANDROID LOLLIPOP 5.0
 Bug fixes, fix issues with video playback and password failures
 New design (Material design)
 Speed improvement
 Battery consumption improvement
 Better graphics improvement
 NFC support enhancement
ANDROID ARCHITECTURE
Android provides a set of core applications:
 Email Client
 SMS Program
 Calendar
 Maps
 Browser
 Contacts
 Etc
All applications are written using the Java language.
31
Feature Role
View
System
Used to build an application, including lists, grids, text
boxes, buttons, and embedded web browser
Content
Provider
Enabling applications to access data from other
applications or to share their own data
Resource
Manager
Providing access to non-code resources (localized strings,
graphics, and layout files)
Notification
Manager
Enabling all applications to display customer alerts in the
status bar
Activity
Manager
Managing the lifecycle of applications and providing
a common navigation backstack
 Users are allowed to replace components.
Exposed to developers through the Android application framework
Including a set of C/C++ libraries used by components of the Android system
Core Libraries
Providing most of the functionality available in the core libraries of the Java
language
APIs
Data Structures
Utilities
FileAccess
Network Access
Graphics
Etc
Dalvik Virtual Machine
Providing environment on which every Android application runs
Each Android application runs in its own process, with its own
instance of the DalvikVM.
Dalvik has been written such that a device can run multipleVMs
efficiently.
Register-based virtual machine
Executing the Dalvik Executable (.dex) format
.dex format is optimized for minimal memory footprint.
Compilation
Relying on the Linux Kernel for:
Threading
Low-level memory management
 Relying on Linux Kernel 2.6 for core system services
 Memory and Process Management
 Network Stack
 Driver Model
 Security
 Providing an abstraction layer between the H/W and the rest of the S/W s
tack
SOFTWARE DEVELOPMENT
DEVELOPMENT REQUIREMENTS
• JAVA
• Android SDK
• Eclipse IDE (or) Mono Develop (Xamarin)
PROGRAMMING
LANGUAGES
• JAVA- officially supported
GENERALFEATURES OFANDROID
The main features of android powered devices are……
Google play store
Bluetooth
Wifi
GPS
NFC
FEATURES
Current features and specifications:
•Handset layouts
The platform is adaptable to larger, VGA, 2D graphics library,
3D graphics library based on OpenGL ES 3.0 specifications,
and traditional smart phone layouts.
•Connectivity
Android supports connectivity technologies including
GSM/EDGE, IDEN, CDMA, EV-DO, UMTS, Bluetooth, Wi-Fi,
LTE, NFC and WiMAX.
•Multiple language support
Android supports multiple languages.
•Media support
Android supports the following audio/video/still media
formats: MP3,MPEG-4, WMV,AVI,AAC, WAV, JPEG, PNG,
GIF, BMP etc.
•Additional hardware support
Android can use video/still cameras, touch screens, GPS,
accelerometers, gyroscopes, magnetometers, dedicated
gaming controls, proximity sensors, thermometers, accelerated
3D graphics and many more..
FEATURES cont.
Current features and specifications:
•Multi-touch
Android has native support for multi-touch.
•Multitasking
Multitasking of applications, with unique handling of memory
allocation, is available
•Screen capture
Android supports capturing a screenshot by pressing the
power and volume-down buttons at the same time.
FEATURES cont.
Current features and specifications:
•External storage
Most Android devices include micro SD slot and can read
micro SD cards formatted with FAT32, Ext3 or Ext4 file
system.
•Tethering
Android supports tethering, which allows a phone to be used
as a wireless Wi-Fi hotspot. Before Android 2.2 this was
supported by third-party applications or customizations
COMPARISONOFANDROID&IOS
Features *ANDROID *IOS
• Apps +750000 +700000
• File manager Y N
• Flash support Y N
• Hardware support Y I-devices
• Wifi hotspot Y N
• NFC Y N
• Multitasking Y limited
• Notification bar Y Y
COMPARISONOFANDROID&windows
Features *ANDROID *WINDOWS
o Apps +750000 +20000
o Filemanager Y N
o Screenshots Y N
o Hardware support Y Limited devices
o Core Linux Windows
o Productivity suit Google docs Office
o Sreach engine Google Bing
ONLY FORSMART PHONE ??
Manufacturers are making many devices not
limited only to Cell Phones.
Android OS is now running in :
• Camera,
• Tablets,
• Android cars,
• HDTV,
•Smart Watches,
• Desktop phones,
• Microwave oven,
• Washing machine.
ANDROID POWERED CAMERA.
ANDROID POWERED TV.
ANDROID POWERED WATCHES.
ANDROID POWERED GLASS.
ANDROID POWERED MIRROR.
ANDROID POWERED CAR SYSTEM.
ADVANTAGES
Android can Run MultipleApps at the SameTime
Android Keeps InformationVisible onYour Home Screen
Android LetsYou ChangeYour Settings Faster
Android GivesYou More Options to FitYour Budget
Android Does Google and Social Integration
Android LetsYou ChooseYour Hardware
Android GivesYou Better Notifications
DISADVANTAGES
Hangs a lot
Drain battery
Internet connection is important
Box of Malware Google play store
Over heat
Applications need force closes when they are too lags
Google ads
ANDROID IN 2020
• Lock screens with shortcuts
• Better notifications
• NFC unlocking
• Always-listening voice Control
• Smart profiles
CONCLUSION
 There are chances of Android may become the widely used
operating system in world as it has found its application in
many appliances such as washing machine, microwave
ovens, cameras,TVs etc.
 ANDROID is now becoming the best among all the mobile
operating systems.
 ANDROID is being used in 170 models of different 27
Mobile Companies.
 It surely takes lot of time for other OS to create such a
rapid revolution.
ANY QUESTIONS???
?
THANK YOU!!

More Related Content

PPTX
Android technology
PPTX
Android technology
PPT
Android technology
PPTX
Android technology and Information with Presentation Project.
PPTX
Mobile Trends - Sosyal Medya Akademi
PPTX
PPT
Android as a technology
PPTX
Android technology
Android technology
Android technology
Android technology
Android technology and Information with Presentation Project.
Mobile Trends - Sosyal Medya Akademi
Android as a technology
Android technology

What's hot (20)

PPT
Android Technology
PPTX
Presentation On Android OS
PPTX
Android OS
PPTX
ANDROID TECHNOLOGY
PPTX
Android 11
PPTX
Android Technology
PPTX
Andriod
PPTX
Android
PDF
Reasons to Develop Your Next App in Android
PPTX
Android development
PPTX
Android is a most popular os
PPTX
Android os: presentaion by Prerak
PPTX
Andriod Lollipop 5.0
PPTX
Android Technology
PPTX
Android Operating System
PPTX
Android Operating System
PPTX
Android 12 features preview so far
PDF
Smart Phones
PPTX
Presentation2 android Os
PPTX
Why android os is most popular in world
Android Technology
Presentation On Android OS
Android OS
ANDROID TECHNOLOGY
Android 11
Android Technology
Andriod
Android
Reasons to Develop Your Next App in Android
Android development
Android is a most popular os
Android os: presentaion by Prerak
Andriod Lollipop 5.0
Android Technology
Android Operating System
Android Operating System
Android 12 features preview so far
Smart Phones
Presentation2 android Os
Why android os is most popular in world
Ad

Viewers also liked (20)

PPTX
What is Android OS in ppt ?
PPTX
Android ppt
PPTX
Android technology
PPTX
Getting started with android
PPTX
Android by naag
PPTX
android technology
PDF
15 Criteria for Working Remotely for the Aspiring Digital Nomad
PDF
Iaetsd gesture
PDF
Bluetooth Module HC-06
PPTX
Microcontroll er based gesture vocalizer
PPTX
Schelkunoff Polynomial Method for Antenna Synthesis
PPTX
Android technology
PPTX
Talking gloves
PPTX
History and development of Android OS
PPTX
Kiran android technology
PPTX
Bluetooth Secure Simple Pairing Using NFC Part 1
PPT
Antenna synthesis
PDF
assisting device for visually impaired person
PPTX
Arduino
PPTX
Android technology sunny
What is Android OS in ppt ?
Android ppt
Android technology
Getting started with android
Android by naag
android technology
15 Criteria for Working Remotely for the Aspiring Digital Nomad
Iaetsd gesture
Bluetooth Module HC-06
Microcontroll er based gesture vocalizer
Schelkunoff Polynomial Method for Antenna Synthesis
Android technology
Talking gloves
History and development of Android OS
Kiran android technology
Bluetooth Secure Simple Pairing Using NFC Part 1
Antenna synthesis
assisting device for visually impaired person
Arduino
Android technology sunny
Ad

Similar to ANDROID technology (20)

PPTX
Presentation on Android operating system
PPTX
Saminar ppt of
PPTX
ppt on Android os- vinit
PDF
presentation2-141101015616-conversion-gate01.pdf
PPT
Android
PPTX
LATEST TRENDS IN ANDROID TECHNOLOGY BY SAIKIRAN PANJALA
PPTX
PPTX
Android operating system
PPTX
Android ! BATRA COMPUTRE CENTER
PPTX
PPTX
Power Point Presentaton on Android Operating system
PPTX
Android technology
PPTX
There is the future advance technology in Android phones .
PPTX
Basic android
PPT
Rishiraj 's ppt
PPTX
PPTX
Mobile Application Development-Android and It’s Tools
PPTX
Android technology
PDF
Android technology
PPTX
Android technology
Presentation on Android operating system
Saminar ppt of
ppt on Android os- vinit
presentation2-141101015616-conversion-gate01.pdf
Android
LATEST TRENDS IN ANDROID TECHNOLOGY BY SAIKIRAN PANJALA
Android operating system
Android ! BATRA COMPUTRE CENTER
Power Point Presentaton on Android Operating system
Android technology
There is the future advance technology in Android phones .
Basic android
Rishiraj 's ppt
Mobile Application Development-Android and It’s Tools
Android technology
Android technology
Android technology

Recently uploaded (10)

PDF
2025 Guide to Buy Verified Cash App Accounts You Can Trust.pdf
PPTX
Introduction to Packet Tracer Course Overview - Aug 21 (1).pptx
DOC
NIU毕业证学历认证,阿比林基督大学毕业证留学生学历
PDF
Kids, Screens & Emotional Development by Meenakshi Khakat
DOC
SIUE毕业证学历认证,阿祖萨太平洋大学毕业证学位证书复制
PPTX
ASMS Telecommunication company Profile
PDF
Lesson 13- HEREDITY _ pedSAWEREGFVCXZDSASEWFigree.pdf
PPTX
Social Media People PowerPoint Templates.pptx
PDF
Date Right Stuff - Invite only, conservative dating app
PDF
Best 4 Sites for Buy Verified Cash App Accounts – BTC Only.pdf
2025 Guide to Buy Verified Cash App Accounts You Can Trust.pdf
Introduction to Packet Tracer Course Overview - Aug 21 (1).pptx
NIU毕业证学历认证,阿比林基督大学毕业证留学生学历
Kids, Screens & Emotional Development by Meenakshi Khakat
SIUE毕业证学历认证,阿祖萨太平洋大学毕业证学位证书复制
ASMS Telecommunication company Profile
Lesson 13- HEREDITY _ pedSAWEREGFVCXZDSASEWFigree.pdf
Social Media People PowerPoint Templates.pptx
Date Right Stuff - Invite only, conservative dating app
Best 4 Sites for Buy Verified Cash App Accounts – BTC Only.pdf

ANDROID technology

  • 1. Be together. Not the same Submitted by, Mebin Mathew Reg no::12156005
  • 2. CONTENTS  Mobile OS  Introduction of android  Android versions  Android architecture  Comparison of IOS,windows,android  Features of android  Advantages of android  Disadvantage of android  Conclusion
  • 3. MOBILE OS Main mobile operating systems are:…… IOS ANDROID WINDOWS
  • 4.  Apple’s operating system  Designed only for apple devices  Market share of 23%  User friendly  Good performance  Notification center  Apple app store  Latest update:IOS 8.2 beta 4 IOS
  • 5. ANDROID  Notification bar  Hardware acceleration  Fully optimized for mobile phones  Multitouch  Multitasking  Tethering  Google play store  Market share more than 52 %
  • 6. WINDOWS  Personalisation (live tiles,background images)  Efficiency (long battery life,less background process)  Best camera experience  Less lagging  Microsoft apps support (onedrive,office)  Better in bulit web browser (bing)  Easy communication facilities (messaging & emails)
  • 7. INTRODUCTION  Android is a Linux-based operating system for mobile devices such as smartphones and tablet computers.  There are more than 8,00,000 apps in Android market  1 Millon devices activated daily  The Android is an open source  It provides an easy to use interface so that anyone can use it.
  • 9.  Android was founded in Palo Alto, California in October 2003 by Andy Rubin, Rich Miner, Nick Sears and Chris White who work at “Google” to develop. “…smarter mobile devices that are more aware of its owner’s location and preferences.”
  • 10.  Android was bought by “Google” in 2005.  On the 5th of the November 2007 the Open Handset Alliance, a consortium of several companies was unveiled with the goal to develop open standards for mobile services.
  • 11. OHA (Open Handset Alliance) What is the Open Handset Alliance (OHA)? In 2007, a group of manufacturers, wireless carriers & software developers formed the “Open Handset Alliance”
  • 12. OPEN HANDSET ALLIANCE cont. Aim is to develop open standards for mobile devices Members have promised not to lock their Android phones MembersT-Mobile, HTC, LG, Motorola, Samsung, Sony and many more . . Nokia, Microsoft, RIM (BlackBerry) are only major companies to not align with OHA
  • 13. OPEN HANDSET ALLIANCE cont. Members are:
  • 14. MARKET SHARE OF ANDROID
  • 16. VERSIONS OFANDROID Android 1.0 (Astro) 23 September 2008 Android 1.1 (Bender) 9 February 2009 Android 1.5 (Cupcake) 30 April 2009 Android 1.6 (Donut) 15 September 2009 Android 2.0 (Éclair) 26 October 2009 Android 2.2 (Froyo) 20 May 2010 Android 2.3 (Gingerbread) 6 December 2010 Android 3.0 (Honeycomb) 10 May 2011 Android 4.0 (Ice cream sandwich) 19 October 2011 Android 4.1,2(Jelly Bean) 13 July 2012 Android 4.4 (Kit Kat) 22 November 2013 Android 5.0 (Lolly pop) 3 November 2014
  • 17. ANDROID ASTRO  First full version of android.  Released on September 23, 2008.  Wi-Fi and Bluetooth support.  Quite slow in operating.  copy and paste feature in the web browser is not present.
  • 18. ANDROID BENDER(BETA)  FirstVersion of Android.  The focus of Android beta is testing incorporating usability.  Android beta will generally have many more problems on speed and performance.
  • 19. ANDROID CUPCAKE  Released on April 30, 2009.  Added auto-rotation option.  Copy and Paste feature added in the web browser.  Increased speed and performance but not upto required level.
  • 20. ANDROID DONUT Released on September 15, 2009.  Voice search and Search box were added.  Faster OS boot times and fast web browsing experience.  Typing is quite slower.
  • 21. ANDROID ECLAIR  Released on October 26, 2009.  Bluetooth 2.1 support.  Improved typing speed on virtual keyboard, with smarter dictionary.  no Adobe flash media support.
  • 22. ANDROID FROYO  Released on May 20, 2010.  Support for Adobe Flash 10.1  Improved Application launcher with better browser  No internet calling.
  • 23. ANDROID GINGERBREAD Released on December 6, 2010.  Updated User Interface with high efficiency and speed  Internet calling  One touch word selection and copy/paste.  New keyboard for faster word input.  More successful version of Android than previous versions.  not supports multi-core processors.
  • 24. ANDROID HONEYCOMB  Released on MAY 10, 2011.  Support for multi-core processors  Ability to encrypt all user data. This version of android is only available for tablets.
  • 25. ANDROID ICECREAM SANDWICH  Released on OCTOBER 19, 2011.  Virtual button in the UI.  A new typeface family for the UI, Roboto.  Ability to shut down apps that are using data in the background.
  • 26. ANDROID JELLYBEAN 4.1  Released on June 27, 2012.  Smoother interface  Bluetooth Smart Ready  Dial-pad Autocomplete  Simplified Setup Wizard  Bluetooth AVRCP  Location accuracy features via Wi-Fi scan only mode.
  • 27. ANDROID KITKAT 4.4  Released on October 31, 2013.  Latest version of Android.  Smoother user interface.  NFC , enabling a device to replace Smart cards.  Wireless printing capability  New framework for UI transitions  Wi-Fi and mobile data activity (TX/RX) indicators are moved to quick settings  Expanded functionality for notification listener services  WebViews now based on Chromium engine
  • 28. ANDROID LOLLIPOP 5.0  Bug fixes, fix issues with video playback and password failures  New design (Material design)  Speed improvement  Battery consumption improvement  Better graphics improvement  NFC support enhancement
  • 30. Android provides a set of core applications:  Email Client  SMS Program  Calendar  Maps  Browser  Contacts  Etc All applications are written using the Java language.
  • 31. 31 Feature Role View System Used to build an application, including lists, grids, text boxes, buttons, and embedded web browser Content Provider Enabling applications to access data from other applications or to share their own data Resource Manager Providing access to non-code resources (localized strings, graphics, and layout files) Notification Manager Enabling all applications to display customer alerts in the status bar Activity Manager Managing the lifecycle of applications and providing a common navigation backstack  Users are allowed to replace components.
  • 32. Exposed to developers through the Android application framework Including a set of C/C++ libraries used by components of the Android system
  • 33. Core Libraries Providing most of the functionality available in the core libraries of the Java language APIs Data Structures Utilities FileAccess Network Access Graphics Etc
  • 34. Dalvik Virtual Machine Providing environment on which every Android application runs Each Android application runs in its own process, with its own instance of the DalvikVM. Dalvik has been written such that a device can run multipleVMs efficiently. Register-based virtual machine Executing the Dalvik Executable (.dex) format .dex format is optimized for minimal memory footprint. Compilation Relying on the Linux Kernel for: Threading Low-level memory management
  • 35.  Relying on Linux Kernel 2.6 for core system services  Memory and Process Management  Network Stack  Driver Model  Security  Providing an abstraction layer between the H/W and the rest of the S/W s tack
  • 36. SOFTWARE DEVELOPMENT DEVELOPMENT REQUIREMENTS • JAVA • Android SDK • Eclipse IDE (or) Mono Develop (Xamarin) PROGRAMMING LANGUAGES • JAVA- officially supported
  • 37. GENERALFEATURES OFANDROID The main features of android powered devices are…… Google play store Bluetooth Wifi GPS NFC
  • 38. FEATURES Current features and specifications: •Handset layouts The platform is adaptable to larger, VGA, 2D graphics library, 3D graphics library based on OpenGL ES 3.0 specifications, and traditional smart phone layouts. •Connectivity Android supports connectivity technologies including GSM/EDGE, IDEN, CDMA, EV-DO, UMTS, Bluetooth, Wi-Fi, LTE, NFC and WiMAX. •Multiple language support Android supports multiple languages. •Media support Android supports the following audio/video/still media formats: MP3,MPEG-4, WMV,AVI,AAC, WAV, JPEG, PNG, GIF, BMP etc.
  • 39. •Additional hardware support Android can use video/still cameras, touch screens, GPS, accelerometers, gyroscopes, magnetometers, dedicated gaming controls, proximity sensors, thermometers, accelerated 3D graphics and many more.. FEATURES cont. Current features and specifications: •Multi-touch Android has native support for multi-touch. •Multitasking Multitasking of applications, with unique handling of memory allocation, is available
  • 40. •Screen capture Android supports capturing a screenshot by pressing the power and volume-down buttons at the same time. FEATURES cont. Current features and specifications: •External storage Most Android devices include micro SD slot and can read micro SD cards formatted with FAT32, Ext3 or Ext4 file system. •Tethering Android supports tethering, which allows a phone to be used as a wireless Wi-Fi hotspot. Before Android 2.2 this was supported by third-party applications or customizations
  • 41. COMPARISONOFANDROID&IOS Features *ANDROID *IOS • Apps +750000 +700000 • File manager Y N • Flash support Y N • Hardware support Y I-devices • Wifi hotspot Y N • NFC Y N • Multitasking Y limited • Notification bar Y Y
  • 42. COMPARISONOFANDROID&windows Features *ANDROID *WINDOWS o Apps +750000 +20000 o Filemanager Y N o Screenshots Y N o Hardware support Y Limited devices o Core Linux Windows o Productivity suit Google docs Office o Sreach engine Google Bing
  • 43. ONLY FORSMART PHONE ?? Manufacturers are making many devices not limited only to Cell Phones. Android OS is now running in : • Camera, • Tablets, • Android cars, • HDTV, •Smart Watches, • Desktop phones, • Microwave oven, • Washing machine.
  • 50. ADVANTAGES Android can Run MultipleApps at the SameTime Android Keeps InformationVisible onYour Home Screen Android LetsYou ChangeYour Settings Faster Android GivesYou More Options to FitYour Budget Android Does Google and Social Integration Android LetsYou ChooseYour Hardware Android GivesYou Better Notifications
  • 51. DISADVANTAGES Hangs a lot Drain battery Internet connection is important Box of Malware Google play store Over heat Applications need force closes when they are too lags Google ads
  • 53. • Lock screens with shortcuts
  • 58. CONCLUSION  There are chances of Android may become the widely used operating system in world as it has found its application in many appliances such as washing machine, microwave ovens, cameras,TVs etc.  ANDROID is now becoming the best among all the mobile operating systems.  ANDROID is being used in 170 models of different 27 Mobile Companies.  It surely takes lot of time for other OS to create such a rapid revolution.