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

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

APP INVENTOR硬件交互学习教程09——增加人机交互提示 - 创客硬件开发 - 清...

...提示弹窗,请先连接蓝牙 1.界面设计 增加activity 活动控件和对话框控件 2.逻辑设计 屏幕初始化增加蓝牙未启用逻辑; 断开按钮和闭合按钮,未连接蓝牙时逻辑处理 3.工程下载
https://stackoverflow.com/ques... 

Sending and Receiving SMS and MMS in Android (pre Kit Kat Android 4.4)

...d receive MMS you must have the Mobile Data enabled, even if you are using Wifi, if the Mobile Data is enabled you will be able to receive and send MMS, even if Wifi is showing as your internet on your device. It is a real pain, as if you do not have it on, the message can hang a lot, even when tur...
https://stackoverflow.com/ques... 

UIViewController viewDidLoad vs. viewWillAppear: What is the proper division of labor?

... Initially used only ViewDidLoad with tableView. On testing with loss of Wifi, by setting device to airplane mode, realized that the table did not refresh with return of Wifi. In fact, there appears to be no way to refresh tableView on the device even by hitting the home button with background mod...
https://www.fun123.cn/reference/iot/UDP.html 

App Inventor 2 UrsAI2UDP 拓展 - UDP广播通信协议 · App Inventor 2 中文网

... 应用场景参考 物联网设备控制:通过WIFI UDP通信,可以实现对物联网设备的远程控制和数据采集。 实时数据传输:在需要实时数据传输的应用中,如实时监控、实时游戏等,UDP通信可以提供高效的传输方式...
https://www.tsingfun.com/it/cpp/478.html 

SSMS插件开发指南 - C/C++ - 清泛网 - 专注C/C++及内核技术

...。 基础代码请自行使用VS2012完成,包括添加一个用户控件作为对话框窗口。 OnConnection相关函数如下: /// <summary>实现 IDTExtensibility2 接口的 OnConnection 方法。接收正在加载外接程序的通知。</summary> /// <param term='application'>...
https://stackoverflow.com/ques... 

How to filter specific apps for ACTION_SEND intent (and set a different text for each app)

...thod also hides all the silly options that I don't want, like sharing over wifi and bluetooth. Hope this helps someone. Edit: In a comment, I was asked to explain what this code is doing. Basically, it's creating an ACTION_SEND intent for the native email client ONLY, then tacking other intents o...
https://www.tsingfun.com/it/tech/805.html 

WEB端测试与移动端测试的区别 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...页面的显示等,这些对于移动端来说很重要。此外,在非wifi下,还需要注意网络使用量问题。 2) 间断问题 移动端有一个很重要的问题,一般情况下在使用软件的过程并不是长久的,这中间可能发生很多中断,如电话、短信...
https://www.tsingfun.com/it/tech/1624.html 

移动游戏项目弱网测试策略 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...定性因素。如果想要更好的游戏体验,建议大家还是找个wifi环境好好玩吧。最主要的因素是我们要保证前后端的数据一致,保证网络变化带来的变量不会影响到数据的稳定性和准确性。 如何保证网络变化情况下的数据一致性...
https://bbs.tsingfun.com/thread-2352-1-1.html 

Mind+ 掌控板、ESP32开发板等硬件如何接入AppInventor? - 创客硬件开发 - ...

...),使用 蓝牙客户端 组件。Mind+ 参考代码如下: 2、WIFI(TCP服务器),使用ClientSocketAI2Ext 拓展。
https://www.fun123.cn/referenc... 

中文网(自研/维护)拓展 · App Inventor 2 中文网

...etworkState(state) 反馈网络状态,参数的值为以下字符串:WIFI、2G、3G、4G、未连接网络、未知网络 方法 GetNetworkState() 获取网络状态,返回值为以下字符串:WIFI、2G、3G、4G、未连接网络、未知网络 ...