Top Banner
Techcruch I just want to write code
17

Techcruch I just want to write code

Jan 02, 2016

Download

Documents

indira-bryant

Techcruch I just want to write code. The idea: Short overview of a technical topic ~ 30 min Coding heavy in Groups If possible demos at the end. Lets install the ADT via the update site https://dl-ssl.google.com/android/eclipse/ Only installation! Configuration will be shown later. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Techcruch I just want to write code

Techcruch

I just want to write code

Page 2: Techcruch I just want to write code

The idea:

• Short overview of a technical topic ~ 30 min• Coding heavy• in Groups• If possible demos at the end

Page 3: Techcruch I just want to write code

Lets install the ADT via the update site

https://dl-ssl.google.com/android/eclipse/

Only installation! Configuration will be shown later.

Page 4: Techcruch I just want to write code

Development for Android

Lars Vogel

Page 5: Techcruch I just want to write code

• Android overview

• Android Tool chain

• Demo

The next 30 minutes

Page 6: Techcruch I just want to write code

Android• Develop in Java• Open

iPhone• Develop in ObjectiveC• Closed

Page 7: Techcruch I just want to write code
Page 8: Techcruch I just want to write code

Java API for creating application on top of the Android runtime

Page 9: Techcruch I just want to write code

Android Applications consists out of 4 parts:

• Activity• Intent / Broadcast Receiver• Services• Content Provider

Page 10: Techcruch I just want to write code

Activity - A screen in the Android application

Page 11: Techcruch I just want to write code

Intent / Broadcast Receiver – Asking / Providing for funcationality

Services – Running in the background

Content Provider –Provides data , e.g. via database

Page 12: Techcruch I just want to write code

Activity - A screen in the Android application

Page 13: Techcruch I just want to write code

Android Development Tools (ADT) for Eclipse

Eclipse based tooling

• Provide the emulator• Wizard for creating new project

Page 14: Techcruch I just want to write code
Page 15: Techcruch I just want to write code

Demo

Page 16: Techcruch I just want to write code

Android Tutorial for self-hacking

http://www.vogella.de/articles/Android/article.html

Page 17: Techcruch I just want to write code

Credits• Several slides are taken from

– http://www.android.com/media/– http://sites.google.com/site/io/an-introduction-to-android

• Picture credits• http://www.sxc.hu/photo/338038• http://www.sxc.hu/photo/1089869• http://www.sxc.hu/photo/130484• http://www.sxc.hu/photo/325650