发布时间:2015-04-13 16:51:25
蓝牙操作一、什么是蓝牙1、Bluetooth广泛使用的一种无线通讯协议2、主要针对短距离通讯(10m)3、常用于耳机、鼠标、键盘等移动通讯设备二、与蓝牙相关的API1、BluetoothAdapter:代表本地蓝牙设备2、BluetoothDevice:代表远程蓝牙设备三、蓝牙需要的设置需要在AndroidManifest中申明蓝牙操作的权限<uses-permis.........【阅读全文】
发布时间:2015-04-13 16:51:10
用户定位一、简单的UserLocation1、UserLocation用来干什么 获取用户位置,追踪用户移动2、UserLocation的关键API LocationManager: 用于管理定位的服务 LocationProvider:提供定位方式,GPS/NetWork/passive3、定位方式 &.........【阅读全文】