9
Mobile Widgets Workshop 1. Features 2. SDK & Workflow 3. Go! Daniel Herzog, Vodafone @danfooo

Vodafone Mobile Widgets Workshop

Embed Size (px)

DESCRIPTION

My presentation from MobileCamp Dresden 2009.

Citation preview

Page 1: Vodafone Mobile Widgets Workshop

Mobile Widgets Workshop

1. Features2. SDK & Workflow

3. Go!

Daniel Herzog, Vodafone@danfooo

Page 2: Vodafone Mobile Widgets Workshop

Features 1/2

Mature support for HTML, JavaScript, CSS, SVG, Canvas, XSLT, DOM3.

Cross domain xmlHttpRequests

100% ACID2, 73% ACID3.

Offline Preference Store / private Cookie style.

Page 3: Vodafone Mobile Widgets Workshop

Features 2/2All resources packaged, downloaded once, updatable.

Active icon rendering mode.

File uploads possible via HTML form fields.

Multiple instances per widget for one user.

One widget to run on S60 mobiles, Windows, Mac and Linux -Desktops.

Page 4: Vodafone Mobile Widgets Workshop

Demo

Page 5: Vodafone Mobile Widgets Workshop

SDK & Workflow

Start from scratch or from included templates

Test your widget on the Desktop

Zip & directly send it to your mobile via bluetooth.

Test it on any S60 mobile with a special developer build of the Vodafone Widget Manager

Vodafone SDK

Page 6: Vodafone Mobile Widgets Workshop

SDK & Workflow

Directly test and debug your widget on your Desktop with the help of Opera Dragonfly.

Do tests in a special widget that emulates the mobile.

Debug your widget remote from your Desktop while it runs on the mobile.

Opera Desktop

Page 7: Vodafone Mobile Widgets Workshop

SDK & Workflow

Test and develop cross-browser

Vodafone library to be officially released soon.

Firefox & Firebug.

Webkit & Webinspector.

Opera & Dragonfly.

Your own workflow

Page 8: Vodafone Mobile Widgets Workshop

SDK & Workflow

betavine.net WidgetZone & Forums

dev.opera.com

developer.mozilla.org (General web-dev stuff)

All the js and css libraries and their docs.

PPKs compatibility table

Basically every other webpage offering web-dev help.

Resources on the web

Page 9: Vodafone Mobile Widgets Workshop

SDK startFind download link athttp://barcampdresden.mixxt.de/networks/wiki/index.mobilew3Cwidgets

Extract

Install & start Widget Packager

Click „New“ or choose a template and click „Create Project“. See also Documentation/WidgetPackager/introduction.html