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

https://www.fun123.cn/reference/creative/asd.html 

Android存储系统基础知识:内部存储,外部存储,App特定目录 ASD(app speci...

... 我要反馈 Android存储系统基础知识:内部存储,外部存储,App特定目录 ASD(app specific directory) 及 getASD代码实现 Android存储系统基础知识 从 An...
https://www.fun123.cn/referenc... 

将Genymotion模拟器与App Inventor一起使用 · App Inventor 2 中文网

...Inventor一起使用 与 App Inventor 一起发布的 Google Android 模拟器运行速度很慢。有些人更喜欢使用其他模拟器,例如 Genymotion 生产的模拟器。 MIT 的 App Inventor 安装包不包含 Genymotion 模拟器,因为 MIT 没有分发它的权限。但...
https://www.fun123.cn/referenc... 

为AppInventor2开发拓展(Extension) · App Inventor 2 中文网

...代码(可编译运行)如下: package cn.fun123.Clipboard; import android.content.Context; import android.util.Log; import android.widget.Toast; import android.content.ClipData; import android.content.ClipboardManager; import android.content.Intent; import android.content.res.AssetFileDescr...
https://www.fun123.cn/referenc... 

App Inventor 2 TaifunBattery 拓展:电池管理器,获取设备电量 · App Inventor 2 中文网

...容量的整数百分比(无小数部分)。 需要 API 级别 21、Android 5、Lollipop。 以微安为单位返回平均电池电流(整数)。正值表示从充电源进入电池的净电​​流,负值表示从电池放电的净电流。计算平均值的时间段可能取决于...
https://www.fun123.cn/reference/other/testing.html 

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

... 对话框组件 标签组件 系统日志 Android 日志和 adb(高级) Javascript 控制台日志(高级) « 返回首页 实时开发、测试和调试工具 当你使用 App Inventor 创建应用程序时,你正在手机上实时工作...
https://www.fun123.cn/reference/other/media.html 

访问图像和声音 · App Inventor 2 中文网

... SDCard 上),确保指定完整的文件名,包括“mp3”。 Android系统还包括另一种将SDCard文件设计为URL的方法。 在这里,你可以使用 file:///sdcard 作为文件名前缀,并对特殊字符使用“URL 编码”。 例如,空格是“%20”。 因此,你...
https://www.fun123.cn/referenc... 

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

...real phone. Tips: The emulator provided with App Inventor is the standard Android emulator. You can learn more about it from the Android Emulator section of the Android Developer’s Guide . For example, you might want to download and install a different “skin” to make the virtual phone look di...
https://www.fun123.cn/referenc... 

使用位置传感器 · App Inventor 2 中文网

...sure hunt, or as a way to take roll in class (as long as the students have Android devices!) The sample apps below are simple but illustrate the basic way that location can be determined. Both apps report the current latitude, longitude, and addres on the phone’s display and, just for fun, speak ...
https://puravidaapps.com/table.php 

App Inventor Tutorials and Examples: Dynamic Table Layout | Pura Vida Apps

...s and/or columns! Note: there seems to be an issue with the new Android System Webview update on some devices. See Boban's tip here how to solve it. Thank you Boban! You also might be interested in my editable(!) dynamic table layout example! New in Versio...
https://www.fun123.cn/referenc... 

App Inventor 2 PhoneInfo 拓展:获取手机等设备软硬件、版本等相关信息 ·...

...下载: PhoneInfo.aia 使用方法 GetDeviceID 获取设备ID。Android 10+不支持! GetPhoneNumber 获取本机手机号码。无SIM卡设备将返回空文本;双SIM卡设备将返回主卡号码。Android 10+不支持! 注:这个方法采用的是较常规的方式获取信...