16
Android A brief Introduction

Android beginner getting started with android

Embed Size (px)

Citation preview

Page 1: Android beginner getting started with android

AndroidA brief Introduction

Page 2: Android beginner getting started with android

Main Topics1.Introduction2.Platform3.IDE and Tools4.Applications Development Walkthrough5.Overall evaluation

Page 3: Android beginner getting started with android

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)

Unveiling of the Android platform was announced on 5 November 2007 with the founding of OHA

Page 4: Android beginner getting started with android
Page 5: Android beginner getting started with android

Why Android ?

Page 6: Android beginner getting started with android

300 million Android devices

9,50,000 daily activations

Page 7: Android beginner getting started with android

Android’s market share has doubled from 25.3% to the current 52.5% share of the total market.

Page 8: Android beginner getting started with android
Page 9: Android beginner getting started with android

Android Emulator

Page 10: Android beginner getting started with android

Android Architecture

Page 11: Android beginner getting started with android

Basic ComponentsActivitiesServicesContent providersBroadcast receivers

Page 12: Android beginner getting started with android

Programming Languages support

Java – officially supported

C/C++ – also possible but not supported

12

Page 13: Android beginner getting started with android

Development requirements

Java

Android SDK

Eclipse IDE (optional)

13

Page 14: Android beginner getting started with android

IDE and Tools

Android SDK Eclipse IDE + Android Development Tools (ADT) plug inOther IDEsTools for debugging, compiling and packaging

14

Page 15: Android beginner getting started with android

Summary

Android powerful and well-designed development

platform

Marketleader for Smartphones

Power to the developer

Page 16: Android beginner getting started with android

Questions