1 Get All Answers Get All Answers. Contents History of Android Android Fragmentation The Role of Google Features and Architecture Android Software Development.

Slides:



Advertisements
Similar presentations
Does Android Matter? Bayode Bartley, Mark Connell.
Advertisements

Simple, Scalable, Sensible Simplified Software Solutions (India) Company Profile
Delrieu Marjorie Loiseau Pierre
MOOC on M4D 2013 I NTRODUCTION TO THE A NDROID P LATFORM Ashish Agrawal Indian Institute of Technology Kanpur.
Mobil game : A mobile game is a video game played on a mobile phone, smartphone, PDA, handheld computer or portable media player Type of language writing.
By Amelia Hart.  Both have a lot in common:  1. Both are Linux-based operating systems for smartphones that have been put together by companies best.
 Android is a software platform and operating system for mobile devices, based on the Linux kernel, developed by Google. It allows developers to write.
DEPARTMENT OF COMPUTER ENGINEERING
Google Android as a mobile development platform T Internet Technologies for Mobile Computing Olli Mäkinen.
Android An open handset alliance project Janice Garcia September 18, 2008 MIS 304.
@2011 Mihail L. Sichitiu1 Android Introduction Platform Overview.
Creating & Distributing New Media Content lesson 24.
Introduction to Android Platform Overview
Symbian os with smart phones Guided by: Hetal A Josiyara
To be Presented by, T.Sathishkumar [11mw07] 1. Synopsis Introduction Version Features License An Application Development Demo Possibilities Advantages.
UFCFX5-15-3Mobile Device Development UFCFX Mobile Device Development An Introduction to the Module.
Mobile Application Development with ANDROID. Agenda Mobile Application Development (MAD) Intro to Android platform Platform architecture Application building.
Mobile Application Development using Android
Android 2: Introduction to the Technology Kirk Scott 1.
EirplayMedia (c) 2009 EirplayMedia Game Production Cycle.
By Mihir Joshi Nikhil Dixit Limaye Pallavi Bhide Payal Godse.
 2008 Pearson Education, Inc. All rights reserved Introduction to Computers, the Internet and World Wide Web.
Android Programming By Mohsen Biglari Android Programming, Part1: Introduction 1 Part1: Introduction By Mohsen Biglari.
Introduction CIS 136 Building Mobile Apps 1. What is a mobile app? 2  Computer program  Designed for small devices  Smartphones  Tablets  Other handhelds.
Copyright© Jeffrey Jongko, Ateneo de Manila University Android.
Embedded Systems Mohammad A. Gowayyed (c) 2012 Mohammad A. Gowayyed1.
ANDROID Presented By Mastan Vali.SK. © artesis 2008 | 2 1. Introduction 2. Platform 3. Software development 4. Advantages Main topics.
Industries Convergence or Market Divergence? Predicting the future of the iPhone by Apple and its competitors.
Android Husam Abdel Rahman. Introduction Android Operating system is most popular operating system these days with the advance in voice communications.
© by Pearson Education, Inc. All Rights Reserved. 1 Introduction to Android From “Android: How to Program” By Paul Deitel and Harvey Deitel.
INTRODUCTION TO JAVA AND ANDROID. Slide 2 Our Ecosystem Java Eclipse Android SDK.
Mobile Platforms. Competitive Landscape Operating Systems iPhone BlackBerry Windows Mobile Android Symbian.
The Android Operating System I- Introduction II- History III- Features IV- Competitors V- References.
Android Security Model that Provide a Base Operating System Presented: Hayder Abdulhameed.
An agreement between two or more individuals or entities stating that the involved parties will act in a certain way in order to achieve a common goal.
© 2015 albert-learning.com Android Operating System ANDROID OPERATING SYSTEM.
ANDROID BY:-AANCHAL MEHTA MNW-880-2K11. Introduction to Android Open software platform for mobile development A complete stack – OS, Middleware, Applications.
Created By. Jainik B Patel Prashant A Goswami Gujarat Vidyapith Computer Department Ahmedabad.
Android Android is a software stack for mobile devices that includes an operating system, middleware and key applications.
Operating Systems By-Anoushka Puri. What is an Operating System An operating system is an interface between the user and the computer hardware. It is.
By, Rutika R. Channawar. Content Introduction Open Handset Alliance Minimum Hardware Requirements Versions Feature Architecture Advantages Disadvantages.
1 Android Workshop Platform Overview. 2 What is Android?  Android is a software stack for mobile devices that includes an operating system, middleware.
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.
By Adam Reimel. Outline Introduction Platform Architecture Future Conclusion.
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.
ANDROID OS Ravi Soni MTech (CS) III Sem. W HAT IS A NDROID ? Android is a software stack for mobile devices that includes an operating system, middleware.
Android phones have become the most sought after Smartphone devices for the slew of benefits they bring along. As a result, we have a.
Android. Android An Open Handset Alliance Project A software platform and operating system for mobile devices Based on the Linux kernel Developed by Google.
Presented by: Saurabh Kumar Sinha (MRT07UGBIT 186) IT VII Semester, Shobhit University Meerut.
Google. Android What is Android ? -Android is Linux Based OS -Designed for use on cell phones, e-readers, tablet PCs. -Android provides easy access to.
The Basics of Android App Development Sankarshan Mridha Satadal Sengupta.
A presentation on Android and Android project Around Me
Android Programming.
Unit 3 Virtualization.
Android Mobile Application Development
Visit for more Learning Resources
(Successor of android)
ANDROID AN OPEN HANDSET ALLIANCE PROJECT
Android.
Contents: Introduction Different Mobile Operating Systems
CMPE419 Mobile Application Development
Introduction to Cloud Computing
CSC 581: Mobile App Development
Mobile App Development
Android Developer Fundamentals V2
Android Introduction Platform Mihail L. Sichitiu.
Korea Software HRD Center
CSC 581: Mobile App Development
CMPE419 Mobile Application Development
Presentation transcript:

1 Get All Answers Get All Answers

Contents History of Android Android Fragmentation The Role of Google Features and Architecture Android Software Development Kit Android Devices Android Compatibility Mobile Gaming Conclusion 2

3 History of Android The version history of the Android mobile operating system began with the release of the Android beta in November The first commercial version, Android 1.0, was released in September Android is under ongoing development by Google and the Open Handset Alliance (OHA), and has seen a number of updates to its base operating system since its initial release. The most recent major Android update is Android 5.0 "Lollipop", which was released on November 3, 2014.

4 A term being used in the Android development community is Android fragmentation. Fragmentation within Android is when a variety of versions of the Android platform, combined with a mixture of hardware result in the inability for some devices to properly run certain applications. Android Fragmentation

5 The Role of Google Expand search advertising revenue Step in a door in developing countries. As more and more users satisfy their computing needs on their smart phones, Google want's to be in a prime position to serve and satisfy the needs of those users Understand usage data. As Google understands how people use their products outside the PC, they can provide more personalized search experiences. Remember that Google ultimate goal is to store information of everything and everyone on the web and this is a small step in that direction

6 Features and Architecture Android is not just another Linux distribution for mobile devices Android possesses several nice features: An application framework that provides a rich set of APIs for creating various types of applications. reuse and replacement of components A set of graphics libraries for 2D and 3D programming. Media support for common audio, video, and image formats. There’s even a specialized API for playing back sound effects, which will come in handy in your game development adventures.

7 Android Software Development Kit A software development kit (SDK or "devkit") is typically a set of software development tools that allows the creation of applications for a certain software package, software framework, hardware platform, computer system, video game console, operating system, or similar development platform. It may be something as simple as the implementation of one or more application programming interfaces (APIs) in the form of some libraries to interface to a particular programming language or to include sophisticated hardware that can communicate with a particular embedded system. Common tools include debugging facilities and other utilities,

8 Android Devices Android is not locked into a single hardware ecosystem. Many prominent handset manufacturers, such as HTC, Motorola, Samsung, and LG They have jumped onto the Android bandwagon, and they offer a wide range of devices running Android. In addition to handsets, there are a slew of available tablet devices that build upon Android. Some key concepts are shared by all devices, though, which will make your life as game developer a little easier.

9 Mobile Gaming Gaming was a huge market segment long before the likes of iPhone and Android appeared on the scene. However, with these new forms of hybrid devices, the landscape has started to change. Gaming is no longer something just for nerdy kids. Easier for small time developer to make a fortune Mobile devices are everywhere. That’s probably the key statement, From this, you can easily derive all the other facts about mobile gaming.