A brief information about the Android Operating System

Slides:



Advertisements
Similar presentations
WHAT IS ANDROID? A Software platform and operating system for mobile. Based on the Linux kernel. Android was found way back in It was developed.
Advertisements

Mobile Application Development with ANDROID Mobile Application Development with ANDROID d.
David Angulo Rubio ANDROID OS Open Software Platform for Mobile Devices.
Chapter 1: Voilà! Meet the Android
Programming Mobile Applications with Android
Joemarie Comeros Amparo Android Development Orientation for Starters.
A N I NTRODUCTION TO A NDROID P ROGRAMMING Xinfeng Li CSE OSU.
DEPARTMENT OF COMPUTER ENGINEERING
ANDROID™ OS Security A brief synopsis of the Android Operating System and its security. By Daniel Angelis.
Android and Project Structure. Android Android OS – Built on Linux Kernel – Phones – Netbooks – Readers – Other???
Android is a mobile operating system developed by Google and is based upon the Linux kernel and GNU software. It was initially developed by Android.
Android An open handset alliance project Janice Garcia September 18, 2008 MIS 304.
Android Wentworth Institute of Technology Elec101 07/08 Douglas A. Arevalo-Santos.
To be Presented by, T.Sathishkumar [11mw07] 1. Synopsis Introduction Version Features License An Application Development Demo Possibilities Advantages.
Chapter 1: Voilà! Meet the Android. Smartphones –Can browse the Web –Allow you to play games –Use business applications –Check –Play music –Record.
Mobile Application Development with ANDROID Tejas Lagvankar UMBC 29 April 2009.
© by Pearson Education, Inc. All Rights Reserved. 1 Introduction to Android From “Android: How to Program” By Paul Deitel and Harvey Deitel.
Mobile Application Development with ANDROID. Agenda Mobile Application Development (MAD) Intro to Android platform Platform architecture Application building.
About me Yichuan Wang Android Basics Credit goes to Google and UMBC.
Android 2: Introduction to the Technology Kirk Scott 1.
Chapter 1: Voilà! Meet the Android
Presentation Seminar on “IMAGE SLIDER –AN ANDROID APPLICATION”
ANDROID Presented By Mastan Vali.SK. © artesis 2008 | 2 1. Introduction 2. Platform 3. Software development 4. Advantages Main topics.
1 Android- Platform Overview. 2 What is Android? Android is a software stack for mobile devices that includes an operating system, middleware and key.
Pemrograman Aplikasi Bergerak 1
© by Pearson Education, Inc. All Rights Reserved. 1 Introduction to Android From “Android: How to Program” By Paul Deitel and Harvey Deitel.
Presentation on android based application
Android Overview History and architecture. Brief History 1996 The WWW already had websites with color and images But, the best phones displayed a couple.
Created By. Jainik B Patel Prashant A Goswami Gujarat Vidyapith Computer Department Ahmedabad.
Android History.
Mobile Application Development with ANDROID Umang Patel(6537) LDCE.
By, Rutika R. Channawar. Content Introduction Open Handset Alliance Minimum Hardware Requirements Versions Feature Architecture Advantages Disadvantages.
Android Development For Beginners. What is Android? Android is an open mobile phone platform that was developed by Google and later by Open Handset Alliance.
By : Abhishek Verma Main Topics : 1. Introduction 2. Platform 3. Software Development 4. Overall Evaluation.
Android. I. What’s Android Android is a mobile operating system (OS) based on the Linux kernel and currently developed by Google. Android is designed.
By: Dylan Small.  History of Android  Android Versions  Technical Specs  New/Current Versions  Future of Android  Summary Road Map.
Android. Android An Open Handset Alliance Project A software platform and operating system for mobile devices Based on the Linux kernel Developed by Google.
Evolution of the Android Operating System Vince Marchillo.
Introduction To. Presented By. Debashis Chowdhury Kuntal Kanti Mishra Sk. Monjurul Haque Prakash Ch. Hazari Somenath Mondal.
COM594: Mobile Technology Practical – Week 1 Android and Android Studio.
The Basics of Android App Development Sankarshan Mridha Satadal Sengupta.
A presentation on Android and Android project Around Me
Presenter Sudhanshu Gupta
Brian Atzori 4B 2015/2016.
Workshop by T.Naveen sai kumar.
INFO 448: Android Development
Presentation on Android Operating System
Introduction To Android Programming
chapter 6- Android Introduction
ANDROID AND ANDROID PHONES
Android.
Operating System.
Android Versions’ Relative Distribution
Android 4.0 Ice Cream Sandwich
CIS 470 Mobile App Development
Digital Literacy for the 21st Century
By Filip Tyrala, Jack Wright, Jennifer Nolan
Department Of Computer Science Gulbarga University Gulbarga
ANDROID AND ANDROID PHONES
AND ANDROID DEVICE Android Operating System. CONTENTS  Introduction of android  Android versions  Upcoming Android  Pure Android  Most popular mobile.
MOBILE OPERATING SYSTEM
MOBILE OPERATING SYSTEM
Application Development A Tutorial Driven Course
Android Developer Fundamentals V2
CIS 493/EEC 492 Android Sensor Programming
Korea Software HRD Center
Android Development Introduction to Android Development 2011/01/16
PLAYMATES LEARNING CENTER CALENDAR
2015 January February March April May June July August September
CIS 694/EEC 693 Android Sensor Programming
Presentation transcript:

A brief information about the Android Operating System ANDROID OS A brief information about the Android Operating System

Introduction What is Android? A software platform and operating system for mobile devices. Based on the Linux kernel. Developed by Google and later the Open Handset Alliance (OHA). The Android platform was announced on 5 November 2007 with the founding of OHA.

History of Android Google acquired the startup company Android Inc. in 2005 to start the development of the Android Platform. The key players at Android Inc. included Andy Rubin, Rich Miner, Nick Sears, and Chris White. In late 2007, a group of industry leaders came together around the Android Platform to form the Open Handset Alliance (OHA) (http://www.openhandsetalliance.com).

History of Android The Android SDK was first issued as an “early look” release in November 2007. In September 2008 T-Mobile announced the availability of the T-Mobile G1, the first smartphone based on the Android Platform. A few days after that, Google announced the availability of Android SDK Release Candidate 1.0. In October 2008, Google made the source code of the Android Platform available under Apache’s open source license.

Open Handset Alliance What is the Open Handset Alliance (OHA)? It's a consortium of several companies

Versions 1.0 September 2008 1.1 February 2009 1.5 (Cupcake) April 2009 1.6 (Donut) September 2009 2.0/2.1 (Éclair) October 2009 2.2 (Froyo) May 2010 2.3 (Gingerbread) December 2010 3.0/3.1 (Honeycomb) February/May 2011 3.2.x July/Sept/Aug/Dec 2011 4.0.x (Ice Cream Sandwich) Oct, Nov, Dec 2011, March 2012 4.1/4.2/4.3 (Jelly Bean) June/October 2012/July 2013 4.4 (Kitkat) September 2013

System Architecture http://developer.android.com/images/system-architecture.jpg

Software Development Development requirements: Java Android SDK  

Software Development IDE and Tools Android SDK   Android SDK Class Library Developer Tools Emulator and System Images Documentation and Sample Code Eclipse IDE + ADT (Android Development Tools) Reduces Development and Testing Time Makes User Interface-Creation easier Makes Application Description Easier

Advantages for a Developer The Android SDK is available for Windows, Mac and Linux. It is built on Java. Putting an application on Android Market makes it available to many users instantly.