大约有 10,000 项符合查询结果(耗时:0.0219秒) [XML]
App Inventor 2 如何开发掌控版做互联网通讯App? - App Inventor 2 中文网...
转:你好,我想做一个APP,然后和那个掌控版做互联网通讯,但是我看这个里面没有那个通讯协议这个是需要再安装插件还是怎么弄?
答复:
[hide]使用MQTT拓展,下载地址:https://www.fun123.cn/reference/components/connectivity.html#Mqtt
...
App Inventor 2 Web客户端(Web)详细用法示例 · App Inventor 2 中文网
创建 Apps 首页 关于我们 关于我们 发布日志 服务条款 教育 入门必读 中文教程 IoT专题 AI2拓展 Aia Store 开通VIP ...
App Inventor 2 如何接入ChatGPT:国内访问OpenAI的最佳方式 · App Inventor 2 中文网
创建 Apps 首页 关于我们 关于我们 发布日志 服务条款 教育 入门必读 中文教程 IoT专题 AI2拓展 Aia Store 开通VIP ...
App inventor可以在不开发拓展的情况下实现实时定位与导航吗? - App应用开...
想开发一个出行类的app,想要实现图片中的功能,在app inventor里能实现吗,或者有什么好的建议吗
原生地图组件可以实现,不过国内访问稳定性不保证:https://bbs.tsingfun.com/thread-1786-1-1.html
高德地图API也可以实现电子围栏功能...
appinventor2开发出来的App,可以申请软著和发明专利吗? - App Inventor 2...
用App Inventor 2开发的App可以申请软件著作权(软著),但申请发明专利可能会比较困难,具体情况如下:
1. 软件著作权(软著)可申请:
App Inventor 2生成的应用程序,其源代码和界面设计由开发者创作,符合著作权法中的“作...
【教学】AppInventor2人工智能应用:Personal Audio Classifier 自行训练神...
...的事情就是一般化(大家都可以用)與 行動化 (網頁或app中就能直接使用),不需要理解複雜的技術理論也可以享受 AI 帶給我們的便利。延續去年所推出的 [color=var(--fs-experimental-link-color)]Personal Image Classfier (我說這個...
Need some clarification about beta/alpha testing on the developer console
The Android developer console has 3 tabs for publishing the app's apk file:
alpha, beta and production, as shown here:
4 An...
Build an iOS app without owning a mac? [closed]
...s back I was in same situation.
So We have two Phases
iPhone/iPad (iOS) app development
iPhone/iPad (iOS) app development and Publish to iTunes Store
1. iPhone/iPad (iOS) app development
So If you just want to develop iOS apps you don't want to pay anything,
You just need Mac + XCode IDE
Ge...
What's a redirect URI? how does it apply to iOS app for OAuth2.0?
...-my-ninth-grader.html
The redirect URI is the callback entry point of the app. Think about how OAuth for Facebook works - after end user accepts permissions, "something" has to be called by Facebook to get back to the app, and that "something" is the redirect URI. Furthermore, the redirect URI shou...
Configure Flask dev server to be visible across the network
I'm not sure if this is Flask specific, but when I run an app in dev mode ( http://localhost:5000 ), I cannot access it from other machines on the network (with http://[dev-host-ip]:5000 ). With Rails in dev mode, for example, it works fine. I couldn't find any docs regarding the Flask dev server c...