[问答]关于智能穿戴应用开发的几个疑问?

阅读量0
0
0
Lite Wearable 和Wearable的产品区别是什么?华为发布的GT2 Pro是属于哪种?


还有在Wearable模拟器上运行以下代码会出现错误

js文件
import geolocation from '@system.geolocation';

export default {
    data: {
    },
    onInit() {
        var types = geolocation.getSupportedCoordTypes();
        console.log(types);
    },

}

W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1777 android.content.ContextWrapper.bindService:705 com.huawei.android.powerkit.adapter.PowerKitApi.bindPowerKitService:101 com.huawei.android.powerkit.adapter.PowerKitApi.<init>:88 com.huawei.android.powerkit.HuaweiPowerKit.<init>:47


如何进行用户的验证呢?


在lite wearable中获取的地理位置有4个参数
参数名
类型
说明
longitude
number
设备位置信息:经度。
latitude
number
设备位置信息:纬度。
accuracy
number
设备位置信息:精确度。
time
number
设备位置信息:时间。

获取的accuracy = 20是指什么呢?是精确度20米的意思吗。

在lite wearable中获取的心率是个具体的数字,比如100,那么想要获取最近一段时间的时间与心率,应该怎么做呢?


还有在开发板中能选择js runtime吗,比如我主要做轻量级智能穿戴,在文档中很多组件是用不了的,比如button之类的,但是开发板暂时找不到选择sdk或者js runtime的功能,请问现在有这个功能吗。毕竟设备和设备的差别比较大,害怕开发出的应用在模拟器里能运行,到了实机上就运行有问题。

回帖

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容图片侵权或者其他问题,请联系本站作侵删。 侵权投诉
链接复制成功,分享给好友