问题标签 [app-inventor]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - App Inventor IDE:构建错误
我正在通过 App Inventor IDE 开发 Android 应用程序,但在构建 apk 包时出现以下错误:
我应该怎么办?
谢谢
android - Android App Inventor: How do I set up a HTTPS connection?
I am making an app, with a very limited audience that logs into my mini website. It uses a HTTPS login dialog box though to access the site. How would I implement a setup where the user logs in with a username and password box on the first screen, submits the info with a button, which is used to log into the website, and then the user is taken to the next screen where there is a web viewer that is logged into and viewing the protected website.
This needs to be on Android and made in App Inventor, and I am quite clueless in programming, with little experience beyond hello world! :D I can string together some basic apps but here I am stumped. Please help! I just need some clear instruction really on what to do.
android - 使用 App Inventor 的 Google 地图问题
此处有关该问题的信息:我与谷歌应用程序发明者遇到的问题是将文本框中的文本带入谷歌地图并让谷歌地图尝试找到我的位置。
截图: http ://s1164.photobucket.com/albums/q572/drebin8933/?start=all
-感谢您的时间。
google-api - App-Inventor 中的 Android 身份验证以访问 Google 电子表格
我希望能够从 Android App-Inventor 应用程序访问我的谷歌应用程序电子表格数据,而无需发布给所有人。如何设置身份验证?
android - MIT App Inventor 中的 XML 解析
我试图制作一个应用程序,该应用程序具有一个可以发出 HTTP 请求并接收 XML 文件的组件。我需要解析文件以显示一些数据。我正在使用 MIT App Inventor。如何使用应用程序发明者做到这一点?如果这种方法不可能,那么我怎么能以传统方式做到这一点?
是否可以将 MIT App Inventor 项目导入另一个 IDE,如 Eclipse?
感谢您的时间。
android - 在 MIT App 发明者应用程序中如何获取设备 ID
有什么方法可以使用 MIT App Inventor 获取设备 ID?
我正在使用其他东西的活动启动器并设置如下属性:
- 行动:
android.intent.action.ACTION_MAIN
- 活动课:
TelephonyManager
- 活动套餐:
android.telephony
这是获取设备ID的正确过程吗?
python - 使用谷歌应用引擎中的python将文本帖子转换为xml文件
新手在这里需要帮助。
使用 App Inventor 和 App Engine。边走边学python。仍处于早期阶段。需要将文本数据从 AI 发布到应用引擎,以文件 (.xml) 的形式保存在 blob 存储中,然后作为附件通过电子邮件发送。
我能够使用 Shival Wolfs wolfwebmail2 发送图片,并且我确信通过一些代码可以更改它以将文本帖子保存为 blob 存储中的文件以执行相同的操作。
如前所述,新手学习速度很快。
非常感谢您的任何指点。
android - App Inventor:从 web 视图在新窗口中打开链接?
如何确保 app-inventor 程序中 webview 组件中的所有链接始终作为新窗口打开?即,使用“完整浏览器”。
我检查了FollowLinks选项,但这只是打开 web 视图中的链接。取消选中该选项会禁用 webview 中的所有链接。
此外,webview 中显示的超链接具有target="_blank"
属性集。
android - Android手机上的HTTP响应代码-1-使用appinventor
我正在通过 MIT AppInventor 构建一个简单的搜索应用程序。我在查询我在云上公开共享的电子表格时没有任何问题。
突然,我对 HTTP 的 GET 请求无缘无故地失败,响应代码为 -1。我到处找,但找不到这个 -1 代码的解释。
让我重复一遍,在发生这种情况之前,相同的代码块工作得很好。现在我不知道出了什么问题。任何帮助都感激不尽。
php - 如何与应用发明者发送文件?
如何与应用发明者发送文件?您知道 PostFile 的示例或教程吗?我试试这个:
但是在我的 test.php 中我写了什么?