mobile future, native apis and beyond - webtechcon

22
The Mobile Future W3C Widget Runtimes, Native APIs and beyond @wolframkriesing @uxebu Mittwoch, 13. Oktober 2010

Upload: wolframkriesing

Post on 07-Nov-2014

1.551 views

Category:

Technology


0 download

DESCRIPTION

I used this slide deck at WebTechCon, but it's just really a tiny part of what was said.

TRANSCRIPT

Page 1: Mobile Future, Native APIs and beyond  - WebTechCon

The Mobile FutureW3C Widget Runtimes,

Native APIs and beyond

@wolframkriesing

@uxebu

Mittwoch, 13. Oktober 2010

Page 2: Mobile Future, Native APIs and beyond  - WebTechCon

We open the mobile web.

Mittwoch, 13. Oktober 2010

Page 3: Mobile Future, Native APIs and beyond  - WebTechCon

Mittwoch, 13. Oktober 2010

Page 4: Mobile Future, Native APIs and beyond  - WebTechCon

http://uxebu.com/blog/2010/01/25/humanapi-the-browser-in-the-real-world/

Mittwoch, 13. Oktober 2010

Page 5: Mobile Future, Native APIs and beyond  - WebTechCon

•Contacts

•Calendar

•HTML Media Capture

•Messaging

•System Information

•Gallery

•Policy

•Privacy

http://berjon.com/blog/2010/09/dap.html

Mittwoch, 13. Oktober 2010

Page 6: Mobile Future, Native APIs and beyond  - WebTechCon

http://bit.ly/vf-jil-docs

System Info

Network Info

Phone Info

File

GPS

Contacts

Camera

Audio

SMS, MMS, ...

Mittwoch, 13. Oktober 2010

Page 7: Mobile Future, Native APIs and beyond  - WebTechCon

Mittwoch, 13. Oktober 2010

Page 8: Mobile Future, Native APIs and beyond  - WebTechCon

http://github.com/blackberry/WebWorks

Mittwoch, 13. Oktober 2010

Page 9: Mobile Future, Native APIs and beyond  - WebTechCon

http://docs.phonegap.com/

Mittwoch, 13. Oktober 2010

Page 10: Mobile Future, Native APIs and beyond  - WebTechCon

Tools

Mittwoch, 13. Oktober 2010

Page 11: Mobile Future, Native APIs and beyond  - WebTechCon

Best Practices• test on the desktop

• test on the desktop

• test on the desktop

• try-catch a lot

• alert() IS your friend!

• simplify your CSS

Mittwoch, 13. Oktober 2010

Page 12: Mobile Future, Native APIs and beyond  - WebTechCon

Ripple

Mittwoch, 13. Oktober 2010

Page 13: Mobile Future, Native APIs and beyond  - WebTechCon

catchy

Mittwoch, 13. Oktober 2010

Page 14: Mobile Future, Native APIs and beyond  - WebTechCon

Mittwoch, 13. Oktober 2010

Page 15: Mobile Future, Native APIs and beyond  - WebTechCon

function catchy(ns, fn){ return function(){ try{ ns[fn].apply(ns, arguments); }catch(e){ var err = []; for (var key in e){ if (!key || typeof key=="function") continue; err.push(key + ": " + e[key]); } alert(err.join("\n")); } }}

Mittwoch, 13. Oktober 2010

Page 16: Mobile Future, Native APIs and beyond  - WebTechCon

Mittwoch, 13. Oktober 2010

Page 17: Mobile Future, Native APIs and beyond  - WebTechCon

Object Browser

Mittwoch, 13. Oktober 2010

Page 18: Mobile Future, Native APIs and beyond  - WebTechCon

Mittwoch, 13. Oktober 2010

Page 19: Mobile Future, Native APIs and beyond  - WebTechCon

Mittwoch, 13. Oktober 2010

Page 20: Mobile Future, Native APIs and beyond  - WebTechCon

Mittwoch, 13. Oktober 2010

Page 21: Mobile Future, Native APIs and beyond  - WebTechCon

Open Source

•a developer must have

•developer.vodafone.comhttp://developer.vodafone.com/object-browser

•githubhttp://github.com/wolframkriesing/object-browser

Mittwoch, 13. Oktober 2010

Page 22: Mobile Future, Native APIs and beyond  - WebTechCon

Wolfram Kriesing

uxebu.com

Thank you

Mittwoch, 13. Oktober 2010