10min mobile-app

Post on 21-Jan-2015

1.168 views 1 download

Tags:

description

 

Transcript of 10min mobile-app

10分钟打造移动应用Only use html,javascript and your browser

@Easy2011.8

PhoneGap

Mobile Runtime

PhoneGap

App:HTML+JS

Mobile Runtime

PhoneGap

App:HTML+JS

通过内嵌浏览器解析HTML和JS

Mobile Runtime

PhoneGap Plugins

Extend JS

通过扩展的js库使用本地能力

a camera demo

index.html

加载phonegap.js

添加body内容

实现 capturePhoto 函数

完整的index.html

config.xml

当然还有phonegap.js 和 图标

全部的文件就这些了,打个Zip包

http://build.phonegap.com

在线构建

看看成果

go deep

如何获取远程数据

Ajax

PhoneGap运行在本地,不受跨域限制

开发框架?

访问未提供的本地API?

PhoneGap Plugin

Android PluginStatusBar Notification

也就两个文件

JS文件

Java文件

That’s ALLso easy