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

https://www.fun123.cn/referenc... 

使用模拟器构建应用程序 · App Inventor 2 中文网

...luded with the software you already downloaded as part of the App Inventor Extras Package. Navigate to the directory where the App Inventor Extras software was installed, locate the folder called commands-for-appinventor and run the command run-emulator. Be patient: The emulator takes a long time t...
https://www.fun123.cn/reference/other/testing.html 

实时开发、测试和调试工具 · App Inventor 2 中文网

... 你可以从计算机上的终端启动 adb。 转到包含 AppInventor Extras 软件的目录并运行命令 adb logcat 这将显示整个(大)系统日志。 如果你正在调试,则应该打开日志,再次模拟该错误,然后查看日志末尾出现的内容。 adb 的实际目...
https://www.fun123.cn/reference/pro/pan.html 

App Inventor 2 接入百度网盘API · App Inventor 2 中文网

...oken=[access_token]&method=filemetas&fsids=[1737895653506]&thumb=1&dlink=1&extra=1 5、根据dlink下载 【Web客户端】 https://d.pcs.baidu.com/file/330eb0451pf47ab8514ab5b6f0095c67?fid=2584198580-250528-1737895653506&rt=pr&sign=FDtAERV-DCb740ccc5511e5e8fedcff06b081203-l1%2FQEmhrWYz44Qz...
https://www.fun123.cn/referenc... 

使用Activity启动器组件 · App Inventor 2 中文网

...性 DataType 和 DataURI 在 App Inventor 中设置这些。 还有一个 Extras 属性,它采用键和值的列表并指定相应键的属性值。 你必须设置的特定值取决于你要启动的活动。 这里有些例子。 警告:这些示例中的值取决于应用程序用户设备...
https://www.fun123.cn/referenc... 

通信连接组件 · App Inventor 2 中文网

...(XML文本) 解码给定的 XML 字符串以生成列表对象。 string 解码为包含一个标签和字符串键值对的列表。 更一般地,如果 obj1, obj2, … 是标记分隔的 XML 字符串,则 obj1 obj2 ... 解码为一个列表,其中包含第一个元素是 tag 且...
https://www.fun123.cn/reference/other/merger.html 

App Inventor 2 项目合并工具 AIMerge · App Inventor 2 中文网

...ick block The SetTime.Click block opens the SetTime screen. Note that the string assigned to screenName must be exactly what was decided in advance as the name of the second screen. Figure 3: CountDownScreen1’s Screen1 OtherScreenClosed block The Screen1.OtherScreenClosed receives the number ...
https://community.appinventor.... 

Error 908: Permission Receive SMS - #5 by Taifun - MIT App Inventor Help - MIT App Inventor Community

...eDirect and MakePhoneCallDirect blocks that do the old behavior that needs extra permissions. We chose to have the existing SendMessage and MakePhoneCall blocks launch the default apps via Intents , as recommended by Google policy, which should work for most people. For receiving, we made it so tha...
https://www.fun123.cn/referenc... 

使用App Inventor扩展实现多点触控:Rotation Detector · App Inventor 2 中文网

...alizeAngle((float) Math.atan2(v2y, v2x),v2x,v2y); Log.i("Rotate", String.format("Vector1 (%f,%f) Vector2 (%f,%f)", v1x,v1y,v2x,v2y)); float angle = (float)Math.toDegrees(angle1-angle2); return angle; } private float normalizeAngle(float angle,float x, float y){ ...
https://www.fun123.cn/referenc... 

使用App Inventor扩展实现多点触控:Rotation Detector · App Inventor 2 中文网

...alizeAngle((float) Math.atan2(v2y, v2x),v2x,v2y); Log.i("Rotate", String.format("Vector1 (%f,%f) Vector2 (%f,%f)", v1x,v1y,v2x,v2y)); float angle = (float)Math.toDegrees(angle1-angle2); return angle; } private float normalizeAngle(float angle,float x, float y){ ...
https://www.fun123.cn/referenc... 

使用App Inventor扩展实现多点触控:Rotation Detector · App Inventor 2 中文网

...alizeAngle((float) Math.atan2(v2y, v2x),v2x,v2y); Log.i("Rotate", String.format("Vector1 (%f,%f) Vector2 (%f,%f)", v1x,v1y,v2x,v2y)); float angle = (float)Math.toDegrees(angle1-angle2); return angle; } private float normalizeAngle(float angle,float x, float y){ ...