问题标签 [beeware]

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.

0 投票
0 回答
12 浏览

python - Using python to build an ios app and connect to raspberry pi

I am trying to build an ios app that connects to a raspberry pi 3b over BLE and has a Google Firestore backend. I was initially planning to use NodeJs and ReactNative but I can't find much documentation and there don't seem to be too many libraries to connect to the ADCs, etc. Plus, I'm not too familiar with JavaScript. I'm now planning to switch to Python, but I am not sure which framework I should use for the app. I'm leaning towards Beeware but I'd like to get a second opinion. I have just one month to finish this project so I'm also confused if switching to Python now is wise.

0 投票
0 回答
11 浏览

python - 如何在 Beeware 项目中使用 android 外部 Jar

我得到了使用 python 创建 Android 测试应用程序的问题陈述。

现在的问题是设备带有支持 API 调用 FPS 功能的 FPS 传感器和 SDK

我不确定我们是否以及如何使用 SDK jar 文件来调用那些额外的 API

如果有人能说明如何使用当心或任何其他方式使用 python 以及如何实现这一点,将不胜感激?

0 投票
0 回答
9 浏览

python - 当我将应用程序转到 android 时,“表格”小部件不起作用

我创建了一个按钮,当按下它时,它会在表格中显示单个数据库记录,它在桌面版本上完美运行,但是当我为 android 编译时它不起作用,你能帮我吗?

这是代码: