大约有 900 项符合查询结果(耗时:0.0048秒) [XML]

https://bbs.tsingfun.com/thread-1381-1-1.html 

BLE(二)信道&数据包&协议栈格式 - 创客硬件开发 - 清泛IT社区,...

...e framework)。 由上图可知,GATT的三个要素Profile、Service、Characteristic以及他们的层级关系。值得注意的是,“Profile”是基于GATT所派生出的真正的Profile,乃SIG蓝牙技术联盟对一些同范畴内的Service打包后的集合,如电池、...
https://bbs.tsingfun.com/thread-2479-1-1.html 

/data/user/0/xxxx/files(内部存储)和 /storage/emulated/0/Android/data...

...dcard)。 2. 访问方式与 API(1) 内部存储 (/data/user/0/xxxx)API 获取路径:File internalFilesDir = context.getFilesDir(); // /data/user/0/xxxx/files特点: 无需任何权限即可读写。绝对路径在代码不应硬编码(因 Android 版本/多用户可能变化)。 (2)...
https://bbs.tsingfun.com/thread-1915-1-1.html 

【ChatGPT回答】安卓.apk在设备上运行闪退,具体怎么定位原因? - App应用...

...xception、OutOfMemoryError 或其他特定的异常信息)。 2. 检查权限问题如果应用需要某些权限,但这些权限没有正确声明或在运行时未授予,可能会导致崩溃。检查 AndroidManifest.xml 是否正确声明了所需的权限,并确保在运行时授予...
https://bbs.tsingfun.com/thread-1002-1-1.html 

App Inventor 2开发计步器与定位器 - App Inventor 2 文网 - 清泛IT论坛,有思想、有深度

...“健身宝”手机应用程序   3.问题:   (1)如何获取走路步数、距离?   (2)如何计算走路时间?   (3)如何获得当前位置?   (4)如何存储信息?   4.规划:   (1)利用pedometer(计步器)组件确定...
https://bbs.tsingfun.com/thread-2495-1-1.html 

CustomWebView拓展:WebViewer的扩展版本,具有更高的自定义性和灵活性 - A...

...本地文件和内容 查找单词和WebView 的语句 执行 Js 并获取结果 上传文件到网站 发生错误事件 获取控制台输出 表单重新提交事件 获取内容高度 获取网站的 SSL 证书 获取/设置特定 URL 的 Cookie 权限请求事件和手动授予权...
https://bbs.tsingfun.com/thread-1382-1-1.html 

BLE(三)APP开发步骤 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...ttributes(属性,参考前面的BLE协议栈)进行读写。利用getService、getCharacteristics获取外围设备的service和characteristic,对于其支持写的characteristic在写入相应的数据,可实现外围设备的控制 了解BLE app的开发步骤后,进行逆向时...
https://bbs.tsingfun.com/thread-1016-1-1.html 

Your build failed due to an error in the AAPT stage, not because of an...

...误发生块捕获此类错误。如何有效使用Block:免费代码:获取错误信息
https://bbs.tsingfun.com/thread-1393-1-1.html 

【BLE技术内幕】BLE技术揭秘 - 创客硬件开发 - 清泛IT论坛,有思想、有深度

...ofile有:HID,用于无线鼠标,键盘或其他遥控设备。BatteryServices,电池状态服务,用于告知电池电量状态。HRP,心率计Profile,用于心率采集。等等。 另外,低功耗蓝牙还可以自定义Profile,伴随着智能手机的发展和普及,低功耗...
https://bbs.tsingfun.com/thread-1786-1-1.html 

【转】用App Inventor 2实现电子围栏功能 - App应用开发 - 清泛IT社区,为创新赋能!

... and accuracy of this feature will depend on whether the user has location services enabled and which location providers are available.显示/隐藏地图上当前位置的用户图标。这个功能和位置精度取决于用户是否允许开启位置服务以及可能的位置服务商是谁。Sh...
https://bbs.tsingfun.com/thread-1934-1-1.html 

为AppInventor2开发自己的拓展(Extension) - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

..."android.permission.INTERNET")  //拓展需要请求的权限,这里仅展示用@UsesPermissions({INTERNET})                                       /...