SlideShare a Scribd company logo
1 of 22
   Android is open source and Google releases the
    code under the Apache License.This open source
    code and permissive licensing allows the software to
    be freely modified and distributed by device
    manufacturers, wireless carriers and enthusiast
    developers. Additionally, Android has a large
    community of developers writing applications ("apps")
    that extend the functionality of devices, written
    primarily in a customized version of the Java
    programming language.In October 2012, there were
    approximately 700,000 apps available for Android,
    and the estimated number of applications
    downloaded from Google Play, Android's primary app
    store, was 25 billion
PREV   NEXT
   Android




PREV          NEXT
HISTORY OF ANDROID
   Android, Inc. was founded in Palo Alto, California in
    October 2003 by Andy Rubin (co-founder of Danger),Rich
    Miner (co-founder of Wildfire Communications, Inc.),Nick
    Sears (once VP at T-Mobile), and Chris White (headed
    design and interface development at WebTV)[9] to
    develop, in Rubin's words "smarter mobile devices that
    are more aware of its owner's location and
    preferences".Despite the past accomplishments of the
    founders and early employees, Android Inc. operated
    secretly, revealing only that it was working on software for
    mobile phones.That same year, Rubin ran out of money.
    Steve Perlman, a close friend of Rubin, brought him
    $10,000 in cash in an envelope and refused a stake in the
    company.
PREV                                                 NEXT
   Google acquired Android Inc. on August 17, 2005, making
    it a wholly owned subsidiary of Google. Key employees of
    Android Inc., including Rubin, Miner and White, stayed at
    the company after the acquisition.Not much was known
    about Android Inc. at the time, but many assumed that
    Google was planning to enter the mobile phone market
    with this move.At Google, the team led by Rubin
    developed a mobile device platform powered by the Linux
    kernel. Google marketed the platform to handset makers
    and carriers on the promise of providing a flexible,
    upgradable system. Google had lined up a series of
    hardware component and software partners and signaled
    to carriers that it was open to various degrees of
    cooperation on their part.
                    PREV
                    NEXT
   Speculation about Google's intention to enter the mobile
    communications market continued to build through
    December 2006. Reports from the BBC and the Wall
    Street Journal noted that Google wanted its search and
    applications on mobile phones and it was working hard to
    deliver that. Print and online media outlets soon reported
    rumors that Google was developing a Google-branded
    handset. Some speculated that as Google was defining
    technical specifications, it was showing prototypes to cell
    phone manufacturers and network operators. In
    September      2007,     InformationWeek      covered   an
    Evalueserve study reporting that Google had filed several
    patent applications in the area of mobile telephony.
                    PREV
                    NEXT
   On November 5, 2007, the Open Handset Alliance, a consortium of technology
    companies including Google, device manufacturers such as HTC and Samsung,
    wireless carriers such as Sprint Nextel and T-Mobile, and chipset makers such
    as Qualcomm and Texas Instruments, unveiled itself, with a goal to develop
    open standards for mobile devices.That day, Android was unveiled as its first
    product, a mobile device platform built on the Linux kernel version 2.6.The first
    commercially available phone to run Android was the HTC Dream, released on
    October 22, 2008.Since 2008, Android has seen numerous updates which have
    incrementally improved the operating system, adding new features and fixing
    bugs in previous releases. Each major release is named in alphabetical order
    after a dessert or sugary treat; for example, version 1.5 Cupcake was followed
    by 1.6 Donut. The latest release is 4.2 Jelly Bean. In 2010, Google launched its
    Nexus series of devices—a line of smartphones and tablets running the Android
    operating system, and built by a manufacturer partner. HTC collaborated with
    Google to release the first Nexus smartphone, the Nexus One. The series has
    since been updated with newer devices, such as the Nexus 4 phone and Nexus
    10 tablet, made by LG and Samsung, respectively. Google releases the Nexus
    phones and tablets to act as their flagship Android devices, demonstrating
    Android's latest software and hardware features.
                           PREV
                           NEXT
   Android's user interface is based on direct
    manipulation,using touch inputs that loosely correspond
    to real-world actions, like swiping, tapping, pinching and
    reverse pinching to manipulate on-screen objects,The
    response to user input is designed to be immediate and
    provides a fluid touch interface, often using the vibration
    capabilities of the device to provide haptic feedback to the
    user. Internal hardware such as accelerometers,
    gyroscopes and proximity sensors are used by some
    applications to respond to additional user actions, for
    example adjusting the screen from portrait to landscape
    depending on how the device is oriented, or allowing the
    user to steer a vehicle in a racing game by rotating the
    device, simulating control of a steering wheel.
   PLAY            STORE             ON            GALAXY             NEXUS

   Android has a growing selection of third party applications, which can be
    acquired by users either through an app store such as Google Play or
    the Amazon Appstore, or by downloading and installing the application's
    APK file from a third-party site.The Play Store application allows users to
    browse, download and update apps published by Google and third-party
    developers, and is pre-installed on devices that comply with Google's
    compatibility requirements.The app filters the list of available
    applications to those that are compatible with the user's device, and
    developers may restrict their applications to particular carriers or
    countries for business reasons.Purchases of unwanted applications can
    be refunded within 15 minutes of the time of download,and some
    carriers offer direct carrier billing for Google Play application purchases,
    where the cost of the application is added to the user's monthly bill.As of
    September 2012, there were more than 675,000 apps available for
    Android, and the estimated number of applications downloaded from the
    Play Store was 25 billion
   Android, and the estimated number of applications downloaded
    from the Play Store was 25 billion.Applications are developed in
    the Java language using the Android software development kit
    (SDK). The SDK includes a comprehensive set of development
    tools,[47] including a debugger, software libraries, a handset
    emulator based on QEMU, documentation, sample code, and
    tutorials. The officially supported integrated development
    environment (IDE) is Eclipse using the Android Development
    Tools (ADT) plugin. Other development tools are available,
    including a Native Development Kit for applications or extensions
    in C or C++, Google App Inventor, a visual environment for novice
    programmers, and various cross platform mobile web applications
    frameworks.In order to work around limitations on reaching
    Google services due to Internet censorship in the People's
    Republic of China, Android devices sold in the PRC are generally
    customized to use state approved services instead.
   Android is developed in private by Google
    until the latest changes and updates are
    ready to be released, at which point the
    source code is made available publicly.This
    source code will only run without modification
    on select devices, usually the Nexus series
    of devices. With many devices, there are
    proprietary components which have to be
    provided by the manufacturer, in order for
    Android to work.
   Android consists of a kernel based on Linux kernel version 2.6 and, from
    Android 4.0 Ice Cream Sandwich onwards, version 3.x, with middleware,
    libraries and APIs written in C, and application software running on an
    application framework which includes Java-compatible libraries based
    on Apache Harmony. Android uses the Dalvik virtual machine with just-
    in-time compilation to run Dalvik 'dex-code' (Dalvik Executable), which is
    usually translated from Java bytecode. The main hardware platform for
    Android is the ARM architecture. There is support for x86 from the
    Android x86 project,and Google TV uses a special x86 version of
    Android.Android's linux kernel has further architecture changes by
    Google outside the typical Linux kernel development cycle. Android does
    not have a native X Window System by default nor does it support the
    full set of standard GNU libraries, and this makes it difficult to port
    existing Linux applications or libraries to Android.[54] Support for simple
    C and SDL applications is possible by injection of a small Java shim and
    usage of the JNI like, for example, in the Jagged Alliance 2 port for
    Android.
   Research company Canalys estimated in the second quarter of
    2009 that Android had a 2.8% share of worldwide smartphone
    shipments. By the fourth quarter of 2010 this had grown to 33% of
    the market, becoming the top-selling smartphone platform. By the
    third quarter of 2011 Gartner estimated that more than half
    (52.5%) of the smartphone market belongs to Android. By the
    third quarter of 2012 Android had a 75% share of the global
    smartphone market according to the research firm IDC.In July
    2011, Google said that 550,000 new Android devices were being
    activated every day, up from 400,000 per day in May, and more
    than 100 million devices had been activatedwith 4.4% growth per
    week. In September 2012, 500 million devices had been activated
    with 1.3 million activations per day.Android market share varies
    by location. In July 2012, Android's market share in the United
    States was 52%,but this rises to 90% in China.
   Android   Android




                        Android




                                            Android




                                  Android
   Version      Code name Release date API level
         Distribution (February 5, 2013)
   4.2 Jelly Bean       November 13, 2012 17     1.4%
   4.1.x        Jelly Bean     July 9, 2012 16   12.2%
   4.0.x        Ice Cream Sandwich December 16, 2011 15
         29.0%
   3.2 Honeycomb July 15, 2011 13           1.0%
   3.1 Honeycomb May 10, 2011 12            0.3%
   2.3.3–2.3.7 Gingerbread February 9, 2011      10    45.4%
   2.3–2.3.2 Gingerbread December 6, 2010        9     0.2%
   2.2 Froyo May 20, 2010 8            8.1%
   2.0–2.1      Eclair October 26, 2009     7    2.2%
   1.6 Donut September 15, 2009 4           0.2%
BEYOND SMARTPHONES AND TABLETS

   The Sony SmartWatch: an example of how Android is
    used on electronics other than smartphones and tablets
   The open and customizable nature of Android allows it to
    be used on other electronics, including laptops and
    netbooks, smartbooks smart TVs (Google TV) and
    cameras (Nikon Coolpix S800c and Galaxy Camera). In
    addition, the Android operating system has seen
    applications on smart glasses (Project Glass),
    wristwatches,headphones,       car   CD     and     DVD
    players,mirrors,portable media playersand landlines.
    Ouya, an upcoming videogames console running Android,
    became one of the most successful Kickstarter
    campaigns, crowdfunding US$8.5m for its development,
    and was later followed by other Android-based video
    games consoles such as Project Shield from NVIDIA.
"ANDROID@HOME",
   In 2011, Google demonstrated "Android@Home", a new
    home automaton technology which uses Android to
    control a range of household devices including light
    switches, power sockets and thermostats.Prototype light
    bulbs were announced that could be controlled from an
    Android phone or tablet, but Android head Andy Rubin
    was cautious to note that "turning a lightbulb on and off is
    nothing new," pointing to numerous failed home
    automation services. Google, he said, was thinking more
    ambitiously and the intention was to use their position as
    a cloud services provider to bring Google products into
    customers' homes.


RESPECTFULLY SUBMITTED TO :

More Related Content

What's hot

What's hot (20)

Power pointactivity2
Power pointactivity2Power pointactivity2
Power pointactivity2
 
Power point activity 2
Power point activity 2Power point activity 2
Power point activity 2
 
Power point activity 2
Power point activity 2Power point activity 2
Power point activity 2
 
Power point activity 2
Power point activity 2Power point activity 2
Power point activity 2
 
Powerpoint act2
Powerpoint act2Powerpoint act2
Powerpoint act2
 
Android
AndroidAndroid
Android
 
Android
AndroidAndroid
Android
 
Powerpoint activity 2
Powerpoint activity 2Powerpoint activity 2
Powerpoint activity 2
 
Android
AndroidAndroid
Android
 
Android / Android Phones
Android / Android PhonesAndroid / Android Phones
Android / Android Phones
 
Ppt 2.
Ppt 2.Ppt 2.
Ppt 2.
 
Powerpoint activity 2
Powerpoint activity 2Powerpoint activity 2
Powerpoint activity 2
 
Android and Android Phones
Android and Android PhonesAndroid and Android Phones
Android and Android Phones
 
Powerpoint activity 2
Powerpoint activity 2Powerpoint activity 2
Powerpoint activity 2
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phones
 
Powerpoint activity 2 morales
Powerpoint activity 2 moralesPowerpoint activity 2 morales
Powerpoint activity 2 morales
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phones
 
Android
AndroidAndroid
Android
 
Powerpoint Activity 2 (Android)
Powerpoint Activity 2 (Android)Powerpoint Activity 2 (Android)
Powerpoint Activity 2 (Android)
 
Android Operating System
Android Operating SystemAndroid Operating System
Android Operating System
 

Similar to Android

android and android phones
android and android phonesandroid and android phones
android and android phonesAhbie Betita
 
Android operating system (1).ppt
Android operating system (1).pptAndroid operating system (1).ppt
Android operating system (1).pptNishantSingh881100
 
Android operating system.ppt
Android operating system.pptAndroid operating system.ppt
Android operating system.pptimau6
 
Android operating system.ppt
Android operating system.pptAndroid operating system.ppt
Android operating system.pptKavitaKanwar7
 
Powerpoint activity 2 morales
Powerpoint activity 2 moralesPowerpoint activity 2 morales
Powerpoint activity 2 moralesmonkeysen6
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phonescarminachan
 
Power point activity 2
Power point activity 2Power point activity 2
Power point activity 2ianoblepias
 
Know about Android Operating System
Know about Android Operating SystemKnow about Android Operating System
Know about Android Operating SystemTrailukya Dutta
 
Introduction to Android development - Presentation Report
Introduction to Android development - Presentation ReportIntroduction to Android development - Presentation Report
Introduction to Android development - Presentation ReportAtul Panjwani
 

Similar to Android (15)

android and android phones
android and android phonesandroid and android phones
android and android phones
 
Android operating system (1).ppt
Android operating system (1).pptAndroid operating system (1).ppt
Android operating system (1).ppt
 
Android operating system.ppt
Android operating system.pptAndroid operating system.ppt
Android operating system.ppt
 
Android operating system.ppt
Android operating system.pptAndroid operating system.ppt
Android operating system.ppt
 
Powerpoint activity 2 morales
Powerpoint activity 2 moralesPowerpoint activity 2 morales
Powerpoint activity 2 morales
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phones
 
Power point activity 2
Power point activity 2Power point activity 2
Power point activity 2
 
About android
About androidAbout android
About android
 
Capistrano, paul
Capistrano, paulCapistrano, paul
Capistrano, paul
 
Android
AndroidAndroid
Android
 
Android
AndroidAndroid
Android
 
Know about Android Operating System
Know about Android Operating SystemKnow about Android Operating System
Know about Android Operating System
 
Introduction to Android development - Presentation Report
Introduction to Android development - Presentation ReportIntroduction to Android development - Presentation Report
Introduction to Android development - Presentation Report
 
Android
AndroidAndroid
Android
 
Android
AndroidAndroid
Android
 

Recently uploaded

Healthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare NewsletterHealthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare NewsletterJamesConcepcion7
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationAnamaria Contreras
 
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...SOFTTECHHUB
 
Supercharge Your eCommerce Stores-acowebs
Supercharge Your eCommerce Stores-acowebsSupercharge Your eCommerce Stores-acowebs
Supercharge Your eCommerce Stores-acowebsGOKUL JS
 
Planetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in LifePlanetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in LifeBhavana Pujan Kendra
 
Welding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan DynamicsWelding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan DynamicsIndiaMART InterMESH Limited
 
NAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors DataNAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors DataExhibitors Data
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Peter Ward
 
Send Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.comSendBig4
 
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxThe-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxmbikashkanyari
 
Jewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource CentreJewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource CentreNZSG
 
TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024Adnet Communications
 
Unveiling the Soundscape Music for Psychedelic Experiences
Unveiling the Soundscape Music for Psychedelic ExperiencesUnveiling the Soundscape Music for Psychedelic Experiences
Unveiling the Soundscape Music for Psychedelic ExperiencesDoe Paoro
 
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...Hector Del Castillo, CPM, CPMM
 
Darshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfDarshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfShashank Mehta
 
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...ssuserf63bd7
 
business environment micro environment macro environment.pptx
business environment micro environment macro environment.pptxbusiness environment micro environment macro environment.pptx
business environment micro environment macro environment.pptxShruti Mittal
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfRbc Rbcua
 
Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Anamaria Contreras
 
Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...Americas Got Grants
 

Recently uploaded (20)

Healthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare NewsletterHealthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare Newsletter
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement Presentation
 
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...
 
Supercharge Your eCommerce Stores-acowebs
Supercharge Your eCommerce Stores-acowebsSupercharge Your eCommerce Stores-acowebs
Supercharge Your eCommerce Stores-acowebs
 
Planetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in LifePlanetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in Life
 
Welding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan DynamicsWelding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan Dynamics
 
NAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors DataNAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors Data
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...
 
Send Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.com
 
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxThe-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
 
Jewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource CentreJewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource Centre
 
TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024
 
Unveiling the Soundscape Music for Psychedelic Experiences
Unveiling the Soundscape Music for Psychedelic ExperiencesUnveiling the Soundscape Music for Psychedelic Experiences
Unveiling the Soundscape Music for Psychedelic Experiences
 
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
 
Darshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfDarshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdf
 
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
 
business environment micro environment macro environment.pptx
business environment micro environment macro environment.pptxbusiness environment micro environment macro environment.pptx
business environment micro environment macro environment.pptx
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdf
 
Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.
 
Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...Church Building Grants To Assist With New Construction, Additions, And Restor...
Church Building Grants To Assist With New Construction, Additions, And Restor...
 

Android

  • 1.
  • 2.
  • 3. Android is open source and Google releases the code under the Apache License.This open source code and permissive licensing allows the software to be freely modified and distributed by device manufacturers, wireless carriers and enthusiast developers. Additionally, Android has a large community of developers writing applications ("apps") that extend the functionality of devices, written primarily in a customized version of the Java programming language.In October 2012, there were approximately 700,000 apps available for Android, and the estimated number of applications downloaded from Google Play, Android's primary app store, was 25 billion
  • 4. PREV NEXT
  • 5. Android PREV NEXT
  • 6. HISTORY OF ANDROID  Android, Inc. was founded in Palo Alto, California in October 2003 by Andy Rubin (co-founder of Danger),Rich Miner (co-founder of Wildfire Communications, Inc.),Nick Sears (once VP at T-Mobile), and Chris White (headed design and interface development at WebTV)[9] to develop, in Rubin's words "smarter mobile devices that are more aware of its owner's location and preferences".Despite the past accomplishments of the founders and early employees, Android Inc. operated secretly, revealing only that it was working on software for mobile phones.That same year, Rubin ran out of money. Steve Perlman, a close friend of Rubin, brought him $10,000 in cash in an envelope and refused a stake in the company. PREV NEXT
  • 7. Google acquired Android Inc. on August 17, 2005, making it a wholly owned subsidiary of Google. Key employees of Android Inc., including Rubin, Miner and White, stayed at the company after the acquisition.Not much was known about Android Inc. at the time, but many assumed that Google was planning to enter the mobile phone market with this move.At Google, the team led by Rubin developed a mobile device platform powered by the Linux kernel. Google marketed the platform to handset makers and carriers on the promise of providing a flexible, upgradable system. Google had lined up a series of hardware component and software partners and signaled to carriers that it was open to various degrees of cooperation on their part. PREV NEXT
  • 8. Speculation about Google's intention to enter the mobile communications market continued to build through December 2006. Reports from the BBC and the Wall Street Journal noted that Google wanted its search and applications on mobile phones and it was working hard to deliver that. Print and online media outlets soon reported rumors that Google was developing a Google-branded handset. Some speculated that as Google was defining technical specifications, it was showing prototypes to cell phone manufacturers and network operators. In September 2007, InformationWeek covered an Evalueserve study reporting that Google had filed several patent applications in the area of mobile telephony. PREV NEXT
  • 9. On November 5, 2007, the Open Handset Alliance, a consortium of technology companies including Google, device manufacturers such as HTC and Samsung, wireless carriers such as Sprint Nextel and T-Mobile, and chipset makers such as Qualcomm and Texas Instruments, unveiled itself, with a goal to develop open standards for mobile devices.That day, Android was unveiled as its first product, a mobile device platform built on the Linux kernel version 2.6.The first commercially available phone to run Android was the HTC Dream, released on October 22, 2008.Since 2008, Android has seen numerous updates which have incrementally improved the operating system, adding new features and fixing bugs in previous releases. Each major release is named in alphabetical order after a dessert or sugary treat; for example, version 1.5 Cupcake was followed by 1.6 Donut. The latest release is 4.2 Jelly Bean. In 2010, Google launched its Nexus series of devices—a line of smartphones and tablets running the Android operating system, and built by a manufacturer partner. HTC collaborated with Google to release the first Nexus smartphone, the Nexus One. The series has since been updated with newer devices, such as the Nexus 4 phone and Nexus 10 tablet, made by LG and Samsung, respectively. Google releases the Nexus phones and tablets to act as their flagship Android devices, demonstrating Android's latest software and hardware features. PREV NEXT
  • 10. Android's user interface is based on direct manipulation,using touch inputs that loosely correspond to real-world actions, like swiping, tapping, pinching and reverse pinching to manipulate on-screen objects,The response to user input is designed to be immediate and provides a fluid touch interface, often using the vibration capabilities of the device to provide haptic feedback to the user. Internal hardware such as accelerometers, gyroscopes and proximity sensors are used by some applications to respond to additional user actions, for example adjusting the screen from portrait to landscape depending on how the device is oriented, or allowing the user to steer a vehicle in a racing game by rotating the device, simulating control of a steering wheel.
  • 11.
  • 12. PLAY STORE ON GALAXY NEXUS  Android has a growing selection of third party applications, which can be acquired by users either through an app store such as Google Play or the Amazon Appstore, or by downloading and installing the application's APK file from a third-party site.The Play Store application allows users to browse, download and update apps published by Google and third-party developers, and is pre-installed on devices that comply with Google's compatibility requirements.The app filters the list of available applications to those that are compatible with the user's device, and developers may restrict their applications to particular carriers or countries for business reasons.Purchases of unwanted applications can be refunded within 15 minutes of the time of download,and some carriers offer direct carrier billing for Google Play application purchases, where the cost of the application is added to the user's monthly bill.As of September 2012, there were more than 675,000 apps available for Android, and the estimated number of applications downloaded from the Play Store was 25 billion
  • 13. Android, and the estimated number of applications downloaded from the Play Store was 25 billion.Applications are developed in the Java language using the Android software development kit (SDK). The SDK includes a comprehensive set of development tools,[47] including a debugger, software libraries, a handset emulator based on QEMU, documentation, sample code, and tutorials. The officially supported integrated development environment (IDE) is Eclipse using the Android Development Tools (ADT) plugin. Other development tools are available, including a Native Development Kit for applications or extensions in C or C++, Google App Inventor, a visual environment for novice programmers, and various cross platform mobile web applications frameworks.In order to work around limitations on reaching Google services due to Internet censorship in the People's Republic of China, Android devices sold in the PRC are generally customized to use state approved services instead.
  • 14. Android is developed in private by Google until the latest changes and updates are ready to be released, at which point the source code is made available publicly.This source code will only run without modification on select devices, usually the Nexus series of devices. With many devices, there are proprietary components which have to be provided by the manufacturer, in order for Android to work.
  • 15. Android consists of a kernel based on Linux kernel version 2.6 and, from Android 4.0 Ice Cream Sandwich onwards, version 3.x, with middleware, libraries and APIs written in C, and application software running on an application framework which includes Java-compatible libraries based on Apache Harmony. Android uses the Dalvik virtual machine with just- in-time compilation to run Dalvik 'dex-code' (Dalvik Executable), which is usually translated from Java bytecode. The main hardware platform for Android is the ARM architecture. There is support for x86 from the Android x86 project,and Google TV uses a special x86 version of Android.Android's linux kernel has further architecture changes by Google outside the typical Linux kernel development cycle. Android does not have a native X Window System by default nor does it support the full set of standard GNU libraries, and this makes it difficult to port existing Linux applications or libraries to Android.[54] Support for simple C and SDL applications is possible by injection of a small Java shim and usage of the JNI like, for example, in the Jagged Alliance 2 port for Android.
  • 16.
  • 17. Research company Canalys estimated in the second quarter of 2009 that Android had a 2.8% share of worldwide smartphone shipments. By the fourth quarter of 2010 this had grown to 33% of the market, becoming the top-selling smartphone platform. By the third quarter of 2011 Gartner estimated that more than half (52.5%) of the smartphone market belongs to Android. By the third quarter of 2012 Android had a 75% share of the global smartphone market according to the research firm IDC.In July 2011, Google said that 550,000 new Android devices were being activated every day, up from 400,000 per day in May, and more than 100 million devices had been activatedwith 4.4% growth per week. In September 2012, 500 million devices had been activated with 1.3 million activations per day.Android market share varies by location. In July 2012, Android's market share in the United States was 52%,but this rises to 90% in China.
  • 18. Android Android Android Android Android
  • 19. Version Code name Release date API level Distribution (February 5, 2013)  4.2 Jelly Bean November 13, 2012 17 1.4%  4.1.x Jelly Bean July 9, 2012 16 12.2%  4.0.x Ice Cream Sandwich December 16, 2011 15 29.0%  3.2 Honeycomb July 15, 2011 13 1.0%  3.1 Honeycomb May 10, 2011 12 0.3%  2.3.3–2.3.7 Gingerbread February 9, 2011 10 45.4%  2.3–2.3.2 Gingerbread December 6, 2010 9 0.2%  2.2 Froyo May 20, 2010 8 8.1%  2.0–2.1 Eclair October 26, 2009 7 2.2%  1.6 Donut September 15, 2009 4 0.2%
  • 20. BEYOND SMARTPHONES AND TABLETS  The Sony SmartWatch: an example of how Android is used on electronics other than smartphones and tablets  The open and customizable nature of Android allows it to be used on other electronics, including laptops and netbooks, smartbooks smart TVs (Google TV) and cameras (Nikon Coolpix S800c and Galaxy Camera). In addition, the Android operating system has seen applications on smart glasses (Project Glass), wristwatches,headphones, car CD and DVD players,mirrors,portable media playersand landlines. Ouya, an upcoming videogames console running Android, became one of the most successful Kickstarter campaigns, crowdfunding US$8.5m for its development, and was later followed by other Android-based video games consoles such as Project Shield from NVIDIA.
  • 21. "ANDROID@HOME",  In 2011, Google demonstrated "Android@Home", a new home automaton technology which uses Android to control a range of household devices including light switches, power sockets and thermostats.Prototype light bulbs were announced that could be controlled from an Android phone or tablet, but Android head Andy Rubin was cautious to note that "turning a lightbulb on and off is nothing new," pointing to numerous failed home automation services. Google, he said, was thinking more ambitiously and the intention was to use their position as a cloud services provider to bring Google products into customers' homes.  