SlideShare a Scribd company logo
ANDROID




By Pooja Sree.K
   11MI012
   II-ME-SE
Agenda
•   What is android?
•   Versions
•   Features
•   Android architecture
•   Description
•   Interface
•   Applications
•   Security and Privacy
•   Android mobile phones
What is android?
• Linux based operating system developed for
  smart phones and tablet computers.
• Developed by Google in conjunction with Open
  Handset Alliance.
• Android Open Source Project (ASOP)
• Provides tools and API’s to begin developing
  applications using Java programming language.
Versions
• Android was developed by Google and Open
  Handset Alliance.
• The version updates:
    Android 1.0
    Android 1.1
    Android 1.5 (Cupcake)
    Android 1.6 (Donut)
    Android 2.0/2.1(Éclair)
    Android 2.2.x (Froyo)
    Android 2.3.x (Gingerbread)
    Android 3.x (Honeycomb)
    Android 4.0.x (Ice-cream Sandwich)
    Android 4.1.x (Jelly Bean)
Android 1.0
•   First commercial version
•   Released on September23, 2008
•   Device that runs Android 1.0 is HTC Dream (G1)
•   The features available in the devise are:
•   Android Market application downloads and
    updates through the market app
•   Web Browser to show, zoom and pan full HTML
    and XHTML web pages
•   Access to web email servers, supporting POP3,
    IMAP4 and SMTP.
•   Gmail synchronization with Gmail app
•   Google maps with latitude and street view to view
    maps and satellitte imagery
Android 1.1
• Released on February 9,2009
• Initially released for HTC Dream only
• Android 1.1 was known as ”Petit Four”
• This update resolved bugs
• Features included ability to save attachments in
  messages
• Marquee for system layouts
• Longer in-call screen timeout default when using
  the speakerphone, plus ability to show/hide
    dial pad
Android 1.5 Cupcake
• Released on April 30, 2009
• This version was based on Linux kernal2.6.27
• Features included are
   – Support for Widgets-miniature application
     views that can be embedded in other
     applications (such as the Home screen) and
     receive periodic updates
   – Video recording and playback in MPEG-4 and
     3GP formats
   – Auto-rotation operation
   – Ability to upload videos in Youtube and photos
     to Picasa
Android 1.6 Donut
• Released on September 15, 2009
• This version was based on Linux kernel 2.6.29
• Voice and text entry search enhanced to include
  bookmark history, contacts, and the web
• Multi-lingual speech synthesis engine to allow
  any Android application to "speak" a string of text
• Easier searching and ability to view app
  screenshots in Android Market
• Updated technology support for CDMA /
  EVDO,802.1x, VPNs, and a text-to-speech
  engine
• Support for WVGA screen resolutions
Android 2.0/2.1Eclair
• Released on October 26, 2009
• Exchange email support, with combined inbox to
  browse email from multiple accounts in one page
• Bluetooth 2.1 support
• Ability to search all saved SMS and MMS
  messages
• Delete oldest messages in a conversation
  automatically deleted when a defined limit is
  reached
• Improved Google Maps 3.1.2
• Addition of live wallpapers, allowing the animation
  of home-screen background images to show
  movement
Android 2.2.x Froyo
• Released on May 20,2010
• Froyo-Frozen Yogurt
• Android 2.2.x was based on 2.6.32
• Features include:
• Speed, memory and performance optimizations
• Support for the Android Cloud to Device
  Messaging (C2DM) service, enabling push
  notifications
• Improved application launcher with shortcuts to
  Phone and Browser applications
• USB tethering and Wi-Fi hotspot functionality
Android 2.3.x Gingerbread
• Released on December 6, 2010
• Gingerbread was based on Linux kernel 2.6.35
• Updated user interface design with increased
  simplicity and speed
• Native support for SIP VoIP internet telephony
• Faster, more intuitive text input in virtual
  keyboard, with improved accuracy, better
  suggested text and voice input mode
• Enhanced copy/paste functionality
• Support for multiple cameras on the device,
  including a front-facing camera
Android 3.x Honeycomb
•   Honeycomb was released on February 22, 2011
•   This is the first tablet android updated
•   Based on Linux kernel 2.6.36
•   Motorola Xoom tablet released on February 24,2011
    based featuring this version
•   Optimized tablet support with a new virtual and
    “holographic” user interface
•   Added System Bar, featuring quick access to
    notifications, status, and soft navigation buttons,
    available at the bottom of the screen
•   Support for multi-core processors
•   Ability to encrypt all user data
Android 4.0.x Ice Cream Sandwich
• Ice cream sandwich was based on Linux kernel
  3.0.1
• Released on October 19, 2011
• Updated features include:
• Soft buttons from Android 3.x are now available
  for use on phones
• Separation of widgets in a new tab
• Easier-to-create folders, with a drag-and-drop
  style
• Pinch-to-zoom functionality in the calendar
• Improved error correction on the keyboard
• Ability to access apps directly from lock screen
Android 4.1.x Jelly Bean
• Jelly bean was introduced by Google on June 27,2012
• Based on Linux kernel 3.0.31
• Update for improving the functionality and
  performance of user interface
• Project Butter – performance improvement which uses
  touch anticipation, triple buffering extended vsync
  timing
• Includes features like enhanced accessibility, bi
  directional text, expandable notifications
• High resolution Google+ contact photos
• One-finger gestures to expand/collapse
  notifications
Features
• The features present in android mobiles are:
   – Application framework
   – Dalvik virtual machine
   – Integrated browser
   – Optimized graphics
   – SQLite
   – Media support
   – GSM Telephony
   – Bluetooth, EDGE, 3G and Wi-Fi
   – Camera, GPS, compass
   – Rich development environment
Android Architecture
• The major components of android operating system
  are:
   –   Applications
   –   Application Framework
   –   Libraries
   –   Android Runtime
   –   Linux Kernel
Architecture
Applications
• Android will sail with a set of core applications
   – E-mail client
   – SMS program
   – Calendar
   – Maps
   – Browser
   – Contacts
• All these applications are written using Java
  programming language
Application framework
• Open development platform
• Ability to build extremely rich and innovative
  applications
• Designed to simplify the reuse of components:
     – Any application can publish its capabilities and any other
       application can make use of those applications
•   The set of services and systems :
     – Views
     – Content providers
     – Resource manager
     – Notification manager
     – Activity manager
Libraries
• Android includes set of C/C++ libraries
• The core libraries are
   –   System C Library
   –   Media Libraries
   –   Surface Manager
   –   Lib Web Core
   –   SGL
   –   3D Libraries
   –   Free Type
   –   SQLite
Android Runtime
• Runs on its own process, with its own instance of the
  Dalvik virtual machine
• Device can run multiple virtual machines efficiently
• Executes files in Dalvik Executable(.dex) format
• VM is register based and runs classes complied by
  Java
• Dalvik VM relies on Linux kernel for functionality
  such as threading and low-level memory
  management
Linux Kernel
• Android relies on Linux version 2.6 for systems :
   – Security
   – Memory management
   – Process management
   – Network stack
   – Driver model
• Kernel acts as abstraction layer between the hardware
  and the software stack
Description
• Android is primarily designed for smart phones and
  tablets
• The open and customizable nature of OS allows it to
  use on other electronics like
   – Laptops
   – Netbooks
   – Smartbooks
   – Ebook readers
   – Smart TV’s(Google TV)
Description Cont.
• The OS has seen niche applications on
   – Wristwatches
   – Headphones
   – Car CD
   – DVD players
   – Smart Glasses
   – Refrigerators
• Android Green is the color of Android Robot that
  represents the Android operating systems
Interface
• Android’s user interface is based on direct
  manipulation
• Touch inputs that correspond to actions like
   – Swiping
   – Tapping
   – Pinching
   – Reverse pinching
• The response to user input is immediate and
  provides a fluid touch interface
Interface Cont.
• Android devices boot to the home screen
• It is made up of app icons and widgets
• Home screen is made up off several pages that the
  user can swipe back and fourth between
Applications
• Development in Java language using Android
  Software Development Kit
• They are acquired by end-users through app stores
   – Google Play
   – Amazon Appstore
• The Play store application allows user to browse,
  download and update the apps
• At June 2012, there were more than 600,000 apps
  available for android
• The operating system itself is installed by 400 million
  devces
Security and Privacy
• Android applications run in a ‘sandbox’
• Before installing an application, the Play Store
  displays all the required permissions
• Sandboxing weakens the impact of vulnerabilities
  and bugs in the applications
• There are many anti-virus software Android devices
  such as
   – Look-out mobile security
   – AVG Technologies
   – McAfee
• The smart phones have the ability to report the
  location of Wi-Fi access points
Android Mobile Phones
• Android phones are the top choices for mobile users
• The best android mobile phones are:
   –   Samsung Galaxy S III
   –   HTC One X
   –   Motorola Droid Razr Maxx
   –   Google Nexus One
   –   Archos 5 Internet
Samsung Galaxy S3
•   Is hardware savvy gadget
•   Android 4.0 Ice Cream Sandwich
•   Dual core processor
•   8MP Camera
•   S Beam transfers
HTC One X
•   Features of HTC One X
•   Big, bright 4.7-inch screen
•   4G LTE data speeds
•   Ice Cream Sandwich
•   Sense 4
Motorola Droid Razr Maxx
• Features
   – 1.2GHz dual-core processor
   – 4G LTE data speeds
   – Super AMOLED Advanced capacitive touch
     screen, 16M colors
Google Nexus One
• Display – 3.70 inches, 480 x 800 pixels, Color,
  AMOLED Captivities Touchscreen
• Processor – 1 GHz processor
• Internal/External Memory – 512 MB RAM / 512
  MB ROM, microSD/microSDHC
• Battery – Li – Ion, 1400 mAh
• Standby Time – Up to 290 hours
• Talk Time – Up to 7 hours
Archos 5 Internet
• Display – 4.8-inch Touchscreen display 800 x 480-
  pixel resolution
• Processor – 800 Mhz
• Internal/External Memory – Internal Storage Available
  in 8 GB and 16GB*
• Battery life – 22 hours audio, 7 hours video
• Connectivity – 802.11b/g/n wireless, Bluetooth, GPS
Queries??
Thank You!!

More Related Content

What's hot

Android (Types, Feature,Application etc..)
Android (Types, Feature,Application etc..)Android (Types, Feature,Application etc..)
Android (Types, Feature,Application etc..)
Coder Tech
 
How Android is different from other systems – An exploration of the design de...
How Android is different from other systems – An exploration of the design de...How Android is different from other systems – An exploration of the design de...
How Android is different from other systems – An exploration of the design de...
IndicThreads
 
Android workShop
Android workShopAndroid workShop
Android workShop
Srinivas Devarapalli
 
Introduction to Android
Introduction to AndroidIntroduction to Android
Introduction to Android
Oum Saokosal
 
Android versions A to L
Android versions A to LAndroid versions A to L
Android versions A to L
Aswin Kumar
 
Android presentation
Android presentationAndroid presentation
Android presentation
Dipesh Shome
 
18th android intro
18th android intro18th android intro
18th android intro
Rahulpreet Singh
 
Android OS and its Features
Android OS and its FeaturesAndroid OS and its Features
Android OS and its Features
Harshad Lokhande
 
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
 
PPT on Android
PPT on AndroidPPT on Android
PPT on Android
Subhadip Chakraborty
 
Basic android-ppt
Basic android-pptBasic android-ppt
Basic android-ppt
Srijib Roy
 
Evolution of android operating system
Evolution of android operating systemEvolution of android operating system
Evolution of android operating system
Md. Abdullah Al Maruf
 
Android operating system by udayan thakurdesai
Android operating system by udayan thakurdesaiAndroid operating system by udayan thakurdesai
Android operating system by udayan thakurdesaiUdayan Thakurdesai
 
Mobile application development2
Mobile application development2Mobile application development2
Mobile application development2
Appin Ara
 
ANDROID MOBILE OPERATING SYSTEM
ANDROID MOBILE OPERATING SYSTEMANDROID MOBILE OPERATING SYSTEM
ANDROID MOBILE OPERATING SYSTEM
preeta sinha
 
Android Workshop Session 1
Android Workshop Session 1Android Workshop Session 1
Android Workshop Session 1NAILBITER
 

What's hot (20)

Android (Types, Feature,Application etc..)
Android (Types, Feature,Application etc..)Android (Types, Feature,Application etc..)
Android (Types, Feature,Application etc..)
 
How Android is different from other systems – An exploration of the design de...
How Android is different from other systems – An exploration of the design de...How Android is different from other systems – An exploration of the design de...
How Android is different from other systems – An exploration of the design de...
 
Android workShop
Android workShopAndroid workShop
Android workShop
 
Introduction to Android
Introduction to AndroidIntroduction to Android
Introduction to Android
 
Android versions A to L
Android versions A to LAndroid versions A to L
Android versions A to L
 
Android presentation
Android presentationAndroid presentation
Android presentation
 
18th android intro
18th android intro18th android intro
18th android intro
 
Google android os
Google android osGoogle android os
Google android os
 
Android OS and its Features
Android OS and its FeaturesAndroid OS and its Features
Android OS and its Features
 
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
 
PPT on Android
PPT on AndroidPPT on Android
PPT on Android
 
Basic android-ppt
Basic android-pptBasic android-ppt
Basic android-ppt
 
Evolution of android operating system
Evolution of android operating systemEvolution of android operating system
Evolution of android operating system
 
Android ppt
Android ppt Android ppt
Android ppt
 
Android operating system by udayan thakurdesai
Android operating system by udayan thakurdesaiAndroid operating system by udayan thakurdesai
Android operating system by udayan thakurdesai
 
Mobile application development2
Mobile application development2Mobile application development2
Mobile application development2
 
Android Apps
Android AppsAndroid Apps
Android Apps
 
ANDROID MOBILE OPERATING SYSTEM
ANDROID MOBILE OPERATING SYSTEMANDROID MOBILE OPERATING SYSTEM
ANDROID MOBILE OPERATING SYSTEM
 
Introduction to Android Environment
Introduction to Android EnvironmentIntroduction to Android Environment
Introduction to Android Environment
 
Android Workshop Session 1
Android Workshop Session 1Android Workshop Session 1
Android Workshop Session 1
 

Viewers also liked

Android introduction
Android introductionAndroid introduction
Android introduction
Rahul Pola
 
Consumer satisfaction on Android and IOS
Consumer satisfaction on Android and IOSConsumer satisfaction on Android and IOS
Consumer satisfaction on Android and IOS
Utsav Mahendra
 
Android Vs iOS
Android Vs iOSAndroid Vs iOS
Android Vs iOS
Vaibhav Tomar
 
Dissertation report “Consumer Behavior towards online shopping of Smart Phone...
Dissertation report “Consumer Behavior towards online shopping of Smart Phone...Dissertation report “Consumer Behavior towards online shopping of Smart Phone...
Dissertation report “Consumer Behavior towards online shopping of Smart Phone...
hasnain2
 
Ios vs android
Ios vs androidIos vs android
Ios vs android
sumitvikram
 
A PROJECT REPORT ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONE
A PROJECT REPORT  ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONEA PROJECT REPORT  ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONE
A PROJECT REPORT ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONE
Vibhor Agarwal
 

Viewers also liked (6)

Android introduction
Android introductionAndroid introduction
Android introduction
 
Consumer satisfaction on Android and IOS
Consumer satisfaction on Android and IOSConsumer satisfaction on Android and IOS
Consumer satisfaction on Android and IOS
 
Android Vs iOS
Android Vs iOSAndroid Vs iOS
Android Vs iOS
 
Dissertation report “Consumer Behavior towards online shopping of Smart Phone...
Dissertation report “Consumer Behavior towards online shopping of Smart Phone...Dissertation report “Consumer Behavior towards online shopping of Smart Phone...
Dissertation report “Consumer Behavior towards online shopping of Smart Phone...
 
Ios vs android
Ios vs androidIos vs android
Ios vs android
 
A PROJECT REPORT ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONE
A PROJECT REPORT  ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONEA PROJECT REPORT  ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONE
A PROJECT REPORT ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONE
 

Similar to android

Android
AndroidAndroid
Android OS 2019
Android OS 2019Android OS 2019
Android OS 2019
HadiqaMengal
 
Android operating system
Android operating systemAndroid operating system
Android operating system
Estiak Khan
 
Android Presentation
Android PresentationAndroid Presentation
Android Presentation
Saurabh Wahile
 
Vijay android ppt
Vijay android pptVijay android ppt
Vijay android pptvijaymashre
 
Introduction to Android Programming
Introduction to Android ProgrammingIntroduction to Android Programming
Introduction to Android Programming
'Zamin Mammadov
 
Android
AndroidAndroid
Android
PriyaDYP
 
Android the new Mobile Technoogy
Android the new Mobile TechnoogyAndroid the new Mobile Technoogy
Android the new Mobile Technoogy
poojapainter
 
Lec001
Lec001Lec001
Lec001
Eyad Almasri
 
Android icecream sandwich
Android icecream sandwichAndroid icecream sandwich
Android icecream sandwich
Mayur Dharukiya
 
Android
AndroidAndroid
Android Operating System
Android Operating SystemAndroid Operating System
Android Operating System
Bilal Mirza
 
Introduction to Android - Seminar
Introduction to Android - SeminarIntroduction to Android - Seminar
Introduction to Android - Seminar
Akshay Sharma
 
Introduction to Android - Seminar
Introduction to Android - SeminarIntroduction to Android - Seminar
Introduction to Android - Seminar
Akshay Sharma
 
Android quick talk
Android quick talkAndroid quick talk
Android quick talk
SenthilKumar Selvaraj
 
Android presantation
Android presantationAndroid presantation
Android presantation
UdayJethva
 
Android
AndroidAndroid
Android
Vibhu Mishra
 

Similar to android (20)

Android
AndroidAndroid
Android
 
Android OS 2019
Android OS 2019Android OS 2019
Android OS 2019
 
Android operating system
Android operating systemAndroid operating system
Android operating system
 
Android Presentation
Android PresentationAndroid Presentation
Android Presentation
 
android
androidandroid
android
 
Vijay android ppt
Vijay android pptVijay android ppt
Vijay android ppt
 
Introduction to Android Programming
Introduction to Android ProgrammingIntroduction to Android Programming
Introduction to Android Programming
 
Android
AndroidAndroid
Android
 
Android the new Mobile Technoogy
Android the new Mobile TechnoogyAndroid the new Mobile Technoogy
Android the new Mobile Technoogy
 
Google android os
Google android osGoogle android os
Google android os
 
My androidpresentation
My androidpresentationMy androidpresentation
My androidpresentation
 
Lec001
Lec001Lec001
Lec001
 
Android icecream sandwich
Android icecream sandwichAndroid icecream sandwich
Android icecream sandwich
 
Android
AndroidAndroid
Android
 
Android Operating System
Android Operating SystemAndroid Operating System
Android Operating System
 
Introduction to Android - Seminar
Introduction to Android - SeminarIntroduction to Android - Seminar
Introduction to Android - Seminar
 
Introduction to Android - Seminar
Introduction to Android - SeminarIntroduction to Android - Seminar
Introduction to Android - Seminar
 
Android quick talk
Android quick talkAndroid quick talk
Android quick talk
 
Android presantation
Android presantationAndroid presantation
Android presantation
 
Android
AndroidAndroid
Android
 

Recently uploaded

Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
Col Mukteshwar Prasad
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 

Recently uploaded (20)

Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 

android

  • 1. ANDROID By Pooja Sree.K 11MI012 II-ME-SE
  • 2. Agenda • What is android? • Versions • Features • Android architecture • Description • Interface • Applications • Security and Privacy • Android mobile phones
  • 3. What is android? • Linux based operating system developed for smart phones and tablet computers. • Developed by Google in conjunction with Open Handset Alliance. • Android Open Source Project (ASOP) • Provides tools and API’s to begin developing applications using Java programming language.
  • 4. Versions • Android was developed by Google and Open Handset Alliance. • The version updates:  Android 1.0  Android 1.1  Android 1.5 (Cupcake)  Android 1.6 (Donut)  Android 2.0/2.1(Éclair)  Android 2.2.x (Froyo)  Android 2.3.x (Gingerbread)  Android 3.x (Honeycomb)  Android 4.0.x (Ice-cream Sandwich)  Android 4.1.x (Jelly Bean)
  • 5. Android 1.0 • First commercial version • Released on September23, 2008 • Device that runs Android 1.0 is HTC Dream (G1) • The features available in the devise are: • Android Market application downloads and updates through the market app • Web Browser to show, zoom and pan full HTML and XHTML web pages • Access to web email servers, supporting POP3, IMAP4 and SMTP. • Gmail synchronization with Gmail app • Google maps with latitude and street view to view maps and satellitte imagery
  • 6. Android 1.1 • Released on February 9,2009 • Initially released for HTC Dream only • Android 1.1 was known as ”Petit Four” • This update resolved bugs • Features included ability to save attachments in messages • Marquee for system layouts • Longer in-call screen timeout default when using the speakerphone, plus ability to show/hide dial pad
  • 7. Android 1.5 Cupcake • Released on April 30, 2009 • This version was based on Linux kernal2.6.27 • Features included are – Support for Widgets-miniature application views that can be embedded in other applications (such as the Home screen) and receive periodic updates – Video recording and playback in MPEG-4 and 3GP formats – Auto-rotation operation – Ability to upload videos in Youtube and photos to Picasa
  • 8. Android 1.6 Donut • Released on September 15, 2009 • This version was based on Linux kernel 2.6.29 • Voice and text entry search enhanced to include bookmark history, contacts, and the web • Multi-lingual speech synthesis engine to allow any Android application to "speak" a string of text • Easier searching and ability to view app screenshots in Android Market • Updated technology support for CDMA / EVDO,802.1x, VPNs, and a text-to-speech engine • Support for WVGA screen resolutions
  • 9. Android 2.0/2.1Eclair • Released on October 26, 2009 • Exchange email support, with combined inbox to browse email from multiple accounts in one page • Bluetooth 2.1 support • Ability to search all saved SMS and MMS messages • Delete oldest messages in a conversation automatically deleted when a defined limit is reached • Improved Google Maps 3.1.2 • Addition of live wallpapers, allowing the animation of home-screen background images to show movement
  • 10. Android 2.2.x Froyo • Released on May 20,2010 • Froyo-Frozen Yogurt • Android 2.2.x was based on 2.6.32 • Features include: • Speed, memory and performance optimizations • Support for the Android Cloud to Device Messaging (C2DM) service, enabling push notifications • Improved application launcher with shortcuts to Phone and Browser applications • USB tethering and Wi-Fi hotspot functionality
  • 11. Android 2.3.x Gingerbread • Released on December 6, 2010 • Gingerbread was based on Linux kernel 2.6.35 • Updated user interface design with increased simplicity and speed • Native support for SIP VoIP internet telephony • Faster, more intuitive text input in virtual keyboard, with improved accuracy, better suggested text and voice input mode • Enhanced copy/paste functionality • Support for multiple cameras on the device, including a front-facing camera
  • 12. Android 3.x Honeycomb • Honeycomb was released on February 22, 2011 • This is the first tablet android updated • Based on Linux kernel 2.6.36 • Motorola Xoom tablet released on February 24,2011 based featuring this version • Optimized tablet support with a new virtual and “holographic” user interface • Added System Bar, featuring quick access to notifications, status, and soft navigation buttons, available at the bottom of the screen • Support for multi-core processors • Ability to encrypt all user data
  • 13. Android 4.0.x Ice Cream Sandwich • Ice cream sandwich was based on Linux kernel 3.0.1 • Released on October 19, 2011 • Updated features include: • Soft buttons from Android 3.x are now available for use on phones • Separation of widgets in a new tab • Easier-to-create folders, with a drag-and-drop style • Pinch-to-zoom functionality in the calendar • Improved error correction on the keyboard • Ability to access apps directly from lock screen
  • 14. Android 4.1.x Jelly Bean • Jelly bean was introduced by Google on June 27,2012 • Based on Linux kernel 3.0.31 • Update for improving the functionality and performance of user interface • Project Butter – performance improvement which uses touch anticipation, triple buffering extended vsync timing • Includes features like enhanced accessibility, bi directional text, expandable notifications • High resolution Google+ contact photos • One-finger gestures to expand/collapse notifications
  • 15. Features • The features present in android mobiles are: – Application framework – Dalvik virtual machine – Integrated browser – Optimized graphics – SQLite – Media support – GSM Telephony – Bluetooth, EDGE, 3G and Wi-Fi – Camera, GPS, compass – Rich development environment
  • 16. Android Architecture • The major components of android operating system are: – Applications – Application Framework – Libraries – Android Runtime – Linux Kernel
  • 18. Applications • Android will sail with a set of core applications – E-mail client – SMS program – Calendar – Maps – Browser – Contacts • All these applications are written using Java programming language
  • 19. Application framework • Open development platform • Ability to build extremely rich and innovative applications • Designed to simplify the reuse of components: – Any application can publish its capabilities and any other application can make use of those applications • The set of services and systems : – Views – Content providers – Resource manager – Notification manager – Activity manager
  • 20. Libraries • Android includes set of C/C++ libraries • The core libraries are – System C Library – Media Libraries – Surface Manager – Lib Web Core – SGL – 3D Libraries – Free Type – SQLite
  • 21. Android Runtime • Runs on its own process, with its own instance of the Dalvik virtual machine • Device can run multiple virtual machines efficiently • Executes files in Dalvik Executable(.dex) format • VM is register based and runs classes complied by Java • Dalvik VM relies on Linux kernel for functionality such as threading and low-level memory management
  • 22. Linux Kernel • Android relies on Linux version 2.6 for systems : – Security – Memory management – Process management – Network stack – Driver model • Kernel acts as abstraction layer between the hardware and the software stack
  • 23. Description • Android is primarily designed for smart phones and tablets • The open and customizable nature of OS allows it to use on other electronics like – Laptops – Netbooks – Smartbooks – Ebook readers – Smart TV’s(Google TV)
  • 24. Description Cont. • The OS has seen niche applications on – Wristwatches – Headphones – Car CD – DVD players – Smart Glasses – Refrigerators • Android Green is the color of Android Robot that represents the Android operating systems
  • 25. Interface • Android’s user interface is based on direct manipulation • Touch inputs that correspond to actions like – Swiping – Tapping – Pinching – Reverse pinching • The response to user input is immediate and provides a fluid touch interface
  • 26. Interface Cont. • Android devices boot to the home screen • It is made up of app icons and widgets • Home screen is made up off several pages that the user can swipe back and fourth between
  • 27. Applications • Development in Java language using Android Software Development Kit • They are acquired by end-users through app stores – Google Play – Amazon Appstore • The Play store application allows user to browse, download and update the apps • At June 2012, there were more than 600,000 apps available for android • The operating system itself is installed by 400 million devces
  • 28. Security and Privacy • Android applications run in a ‘sandbox’ • Before installing an application, the Play Store displays all the required permissions • Sandboxing weakens the impact of vulnerabilities and bugs in the applications • There are many anti-virus software Android devices such as – Look-out mobile security – AVG Technologies – McAfee • The smart phones have the ability to report the location of Wi-Fi access points
  • 29. Android Mobile Phones • Android phones are the top choices for mobile users • The best android mobile phones are: – Samsung Galaxy S III – HTC One X – Motorola Droid Razr Maxx – Google Nexus One – Archos 5 Internet
  • 30. Samsung Galaxy S3 • Is hardware savvy gadget • Android 4.0 Ice Cream Sandwich • Dual core processor • 8MP Camera • S Beam transfers
  • 31. HTC One X • Features of HTC One X • Big, bright 4.7-inch screen • 4G LTE data speeds • Ice Cream Sandwich • Sense 4
  • 32. Motorola Droid Razr Maxx • Features – 1.2GHz dual-core processor – 4G LTE data speeds – Super AMOLED Advanced capacitive touch screen, 16M colors
  • 33. Google Nexus One • Display – 3.70 inches, 480 x 800 pixels, Color, AMOLED Captivities Touchscreen • Processor – 1 GHz processor • Internal/External Memory – 512 MB RAM / 512 MB ROM, microSD/microSDHC • Battery – Li – Ion, 1400 mAh • Standby Time – Up to 290 hours • Talk Time – Up to 7 hours
  • 34. Archos 5 Internet • Display – 4.8-inch Touchscreen display 800 x 480- pixel resolution • Processor – 800 Mhz • Internal/External Memory – Internal Storage Available in 8 GB and 16GB* • Battery life – 22 hours audio, 7 hours video • Connectivity – 802.11b/g/n wireless, Bluetooth, GPS