Cordova 3.x 基础(7) -- Native API的使用

阅读更多
移动设备的Hardware接口包括:Accelerometer、Camera、Capture、Compass、Connection、Contacts、Device、Native Events、File、Geolocation、Notification、Storage、Gestures/Multitouch、Messages/Telephone、Bluetooth、NFC、Vibration。Cordova的Native API接口调用很简单,这里列举一下常用的API调用方法,由于Cordova只是个Container,所以UI使用jQuery Mobile(Single Page、脚本嵌入page div内部)。使用“Cordova :3.4.0、 Andorid :4.1.1”平台测试通过。完整的源代码: www.rar,Android APK文件: CordovaSample-debug-unaligned.apk

(1)主页面



Cordova 3.x 基础(7) -- Native API的使用_第1张图片

(2)Accelerometer(加速计传感器)

Back

Accelerometer

Start Watching
Stop Watching
Waiting for accelerometer...


Start Watch Orientation
Stop Watch Orientation
Waiting for orientation...

Cordova 3.x 基础(7) -- Native API的使用_第2张图片

(3)Camera(摄像头)

Back

Camera


Cordova 3.x 基础(7) -- Native API的使用_第3张图片

(4)Compass(罗盘)

Back

Compass

Start Watch Compass
Stop Watch Compass
Waiting for heading...

Cordova 3.x 基础(7) -- Native API的使用_第4张图片

(5)Connection(网络连接状态)

Back

Connection

Check Connection
Waiting for Connection type...

Cordova 3.x 基础(7) -- Native API的使用_第5张图片

(6)Device(设备信息)

Back

Device

Get Device Properties
Loading device properties...

Cordova 3.x 基础(7) -- Native API的使用_第6张图片

(7)Geolocation(GPS地理位置服务)

Back

Geolocation


Cordova 3.x 基础(7) -- Native API的使用_第7张图片

(8)Notification(消息提示)

Back

Notification


Cordova 3.x 基础(7) -- Native API的使用_第8张图片

(9)Contacts(联系人)

Back

Contacts






Save

Cordova 3.x 基础(7) -- Native API的使用_第9张图片

(10)File(文件系统处理 )

Back

File


Cordova 3.x 基础(7) -- Native API的使用_第10张图片

(11)InAppBrowser(Web浏览)

Back

InAppBrowser


Open URL

Cordova 3.x 基础(7) -- Native API的使用_第11张图片    Cordova 3.x 基础(7) -- Native API的使用_第12张图片

(12)Storage(数据存储)

Back

Storage


Cordova 3.x 基础(7) -- Native API的使用_第13张图片

(13)Database(客户端数据库)

Back

Database


Cordova 3.x 基础(7) -- Native API的使用_第14张图片
  • Cordova 3.x 基础(7) -- Native API的使用_第15张图片
  • 大小: 31.8 KB
  • Cordova 3.x 基础(7) -- Native API的使用_第16张图片
  • 大小: 31.6 KB
  • Cordova 3.x 基础(7) -- Native API的使用_第17张图片
  • 大小: 13.6 KB
  • Cordova 3.x 基础(7) -- Native API的使用_第18张图片
  • 大小: 17.5 KB
  • Cordova 3.x 基础(7) -- Native API的使用_第19张图片
  • 大小: 14.7 KB
  • Cordova 3.x 基础(7) -- Native API的使用_第20张图片
  • 大小: 26.7 KB
  • Cordova 3.x 基础(7) -- Native API的使用_第21张图片
  • 大小: 20.4 KB
  • Cordova 3.x 基础(7) -- Native API的使用_第22张图片
  • 大小: 23.4 KB
  • Cordova 3.x 基础(7) -- Native API的使用_第23张图片
  • 大小: 21.9 KB
  • Cordova 3.x 基础(7) -- Native API的使用_第24张图片
  • 大小: 14.2 KB
  • Cordova 3.x 基础(7) -- Native API的使用_第25张图片
  • 大小: 26.1 KB
  • Cordova 3.x 基础(7) -- Native API的使用_第26张图片
  • 大小: 38.3 KB
  • Cordova 3.x 基础(7) -- Native API的使用_第27张图片
  • 大小: 19 KB
  • Cordova 3.x 基础(7) -- Native API的使用_第28张图片
  • 大小: 18.2 KB
  • www.rar (581.8 KB)
  • 下载次数: 1725
  • CordovaSample-debug-unaligned.rar (933.9 KB)
  • 下载次数: 1037
  • 查看图片附件

你可能感兴趣的:(Cordova,PhoneGap)