Android presentation

10
P: 555.123.4568 F: 555.123.4567 123 West Main Street, New York, NY 10001 www.rightcare. com | Android: Introduction to the platform Adactus Ltd, 2 St Andrews Court Wellington Street, Thame Oxfordshire. OX9 3WT www.adactus.co. uk | Presentation created by : - Pablo Alejandre del Rio

description

 

Transcript of Android presentation

Page 1: Android presentation

P: 555.123.4568 F: 555.123.4567123 West Main Street, New York, NY 10001

www.rightcare.com|

Android: Introduction to the platform

Adactus Ltd, 2 St Andrews CourtWellington Street, ThameOxfordshire. OX9 3WT

www.adactus.co.uk|

Presentation created by : -Pablo Alejandre del Rio

Page 2: Android presentation

P: 555.123.4568 F: 555.123.4567123 West Main Street, New York, NY 10001

www.rightcare.com|

Overview- This presentation is just one hour long

- Do not hesitate to ask any questions

- Don’t forget to provide any feedback

-Enjoy the appetisers and lunch

-Follow us in Twitter

Introduction to android

Characteristics

Environment

Digging into Code

Demo

Questions

Adactus Ltd, 2 St Andrews CourtWellington Street, ThameOxfordshire. OX9 3WT

www.adactus.co.uk|

Also ...

Page 3: Android presentation

P: 555.123.4568 F: 555.123.4567123 West Main Street, New York, NY 10001

www.rightcare.com|

What is Android ?

- Android is not Linux

-Android is not a window based system

-Is it Open Source ?

-A wireless platform (operating System)

-Created by Open alliance handset

-“Android is a software stack for mobile devices that includes an operating system, middleware and key applications” (Anubavam , 2011)

Adactus Ltd, 2 St Andrews CourtWellington Street, ThameOxfordshire. OX9 3WT

www.adactus.co.uk|

What is not

Page 4: Android presentation

P: 555.123.4568 F: 555.123.4567123 West Main Street, New York, NY 10001

www.rightcare.com|

Features-Application framework -Dalvik virtual machine-Integrated browser  -Optimized graphics  -SQLite  -Media support  -GSM Telephony  -Bluetooth, EDGE, 3G, and WiFi  -Camera, GPS, compass, and accelerometer -Rich development environment   

Adactus Ltd, 2 St Andrews CourtWellington Street, ThameOxfordshire. OX9 3WT

www.adactus.co.uk|

Showing the money ...

(Android, 2011)

- Video

Page 5: Android presentation

P: 555.123.4568 F: 555.123.4567123 West Main Street, New York, NY 10001

www.rightcare.com|

Characteristics-Apps are written in the Java

-However, it runs on the Dalvik VM

-It supports web development... (Included Html 5)

-Interface written in XML.

-Cheap (Free) and easy

Adactus Ltd, 2 St Andrews CourtWellington Street, ThameOxfordshire. OX9 3WT

www.adactus.co.uk|

But ...

-Fragmentation issues

- IPhone ecosystem provides more external resources.

Page 6: Android presentation

P: 555.123.4568 F: 555.123.4567123 West Main Street, New York, NY 10001

www.rightcare.com|

-App management

-Libraries written c/C ++ . Core of android platform.

-based initially on the 2.6 Kernel

Adactus Ltd, 2 St Andrews CourtWellington Street, ThameOxfordshire. OX9 3WT

www.adactus.co.uk|

Architecture

(Android, 2011)

Page 7: Android presentation

P: 555.123.4568 F: 555.123.4567123 West Main Street, New York, NY 10001

www.rightcare.com|

Software development environment

-Eclipse

-Free Software

-Multi-platform software development environment

-Based on: Integrated development environment (IDE) 

Extensible plug-in system

Adactus Ltd, 2 St Andrews CourtWellington Street, ThameOxfordshire. OX9 3WT

www.adactus.co.uk|

Interface

http://www.droiddraw.org/

(Eclipse, 2011)

Page 8: Android presentation

P: 555.123.4568 F: 555.123.4567123 West Main Street, New York, NY 10001

www.rightcare.com|

General Development Concepts

-Activity: UI component, usually a screen

-Intent Receiver: Register some code (i.e. an activity)

-Service: Code that run in the background (i.e. media player)

-Content Provider: Sharing data with other processes or apps

Adactus Ltd, 2 St Andrews CourtWellington Street, ThameOxfordshire. OX9 3WT

www.adactus.co.uk|

Android Manifest

-File located in root directory

-It provides crucial information to Android System

- What is it specified on it ?

(Cleron , 2007) (Cleron , 2007)

Page 9: Android presentation

P: 555.123.4568 F: 555.123.4567123 West Main Street, New York, NY 10001

www.rightcare.com|

References More Info

Adactus Ltd, 2 St Andrews CourtWellington Street, ThameOxfordshire. OX9 3WT

www.adactus.co.uk|

-Where to start ?

-Beginning

-Getting into it

-Architecture

-Up to date

- Anubavam (2011)http://www.slideshare.net/Anubavam/android-application-development-6531722

- Cleron  (2007)http://www.youtube.com/watch?v=Mm6Ju0xhUW8-Eclipse (2011)-http://en.wikipedia.org/wiki/Eclipse_(software)

-Android (2011)-http://developer.android.com/guide/basics/what-is-android.html

-Android Logo: El Androide libre. 2010) http://www.itsbeach.com/blog/2010/08/developing-for-android.html

-Demo Picturehttp://www.mobilebond.com/asus-recomfirms-its-android-phone/

Page 10: Android presentation

P: 555.123.4568 F: 555.123.4567123 West Main Street, New York, NY 10001

www.rightcare.com|

Any Questions ?

Click icon to add picture

Demo

Adactus Ltd, 2 St Andrews CourtWellington Street, ThameOxfordshire. OX9 3WT

www.adactus.co.uk|

Thank you