mobile application development with android

15
Mobile Application Development with Android Felix Naumann Alexander Albrecht 2010-04-19

Upload: peterbuck

Post on 14-May-2015

1.250 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Mobile Application Development with Android

Mobile Application Development with Android

Felix NaumannAlexander Albrecht

2010-04-19

Page 2: Mobile Application Development with Android

MAD with Android

• MAD Seminar• Application Development• Android Demo

Page 3: Mobile Application Development with Android

Motivation

Page 4: Mobile Application Development with Android

• Open Handset Alliance

Android: Building a Mobile Platform to Change the Industry, Richard Miner, Co-founder of Android

Motivation

Page 5: Mobile Application Development with Android

Seminar

• Each team (2 students) develops a novel application for Android

• Android Dev Phones are provided by HPI

• Monday, 11:00, A-1.1• 25.04.10 Seminar application deadline, please

email Alexander

Page 6: Mobile Application Development with Android

Timetable• Team presentations

– 31.05.2010 project ideas– 12.07. & 19.07.2010 final presentations

• Workshop– 26.04.2010 Application development - walkthrough– 03.05.2010 Storage, persistence, communication– 10.05.2010 Android best practices– 17.05.2010 Cross platform development

• Info– 26.05. & 27.05.2010 droidcon 2010, Berlin

Page 7: Mobile Application Development with Android

Requirements

• Experience?– Android– Java– Mobile– Web

Page 8: Mobile Application Development with Android

MAD with Android

• MAD Seminar• Application Development• Android Demo

Page 9: Mobile Application Development with Android

Linux Kernel (Hardware Abstraction Layer)

Libraries Runtime (Dalvik Virtual Machine)

Application Framework

Applications

Android Stack

Page 10: Mobile Application Development with Android

Android SDK Features

• Storage and persistence• Maps and location-based services• Media and graphic support• Hardware access• Communication• Background services• ...

Page 11: Mobile Application Development with Android

Setting Up Android SDK

• Installing the Android SDK and setting up – http://developer.android.com/sdk/installing.html– Install SDK starter package– Install ADT (Android Development Tools) Plugin– Add Android plattforms to SDK

Page 12: Mobile Application Development with Android

Create Android Project

Project name Hello WorldBuild Target Android 1.6Application name Hello WorldPackage name de.fgis.helloCreate Activity HelloWorldMin SDK Version 4 (API level)

Page 13: Mobile Application Development with Android

Create AVD (Emulator)

Page 14: Mobile Application Development with Android

DEMO

Page 15: Mobile Application Development with Android

Useful Links• Developer Resources

– http://developer.android.com/resources/

• Google I/O– http://code.google.com/events/io/2009/sessions.html– http://sites.google.com/site/io/

• Question– http://stackoverflow.com/