适用于 Android、iPhone 和 Window Phone 7 NON UI 的基于加速计/运动检测的应用程序

发布于 2024-10-01 07:26:40 字数 354 浏览 2 评论 0原文

这里有人在做基于跨平台加速器的开发吗?

是否有跨平台的库/工具链。我可以看到 Mono 可用(某种程度上)。

单声道是否可靠且一致地支持这些设备上的加速计?我正在考虑进行这种开发,非常欢迎任何有关理解架构和工具限制的建议。

是否有任何替代单声道的选择 - 否则我会让 C 成为常见的?

我也在寻找商业选择。需要明确的是,这是为了开发使用这些设备的运动检测功能的应用程序,GUI 方面在现阶段并不那么重要。

编辑:更多信息

我正在考虑使用加速度计进行一些物理实验,并将收集数据并预测(应用位)结论。就像所有好的科学实验一样,在我的理论正确之前,我预计前端都是垃圾。

Is anyone here doing cross platform accelerator based development?

Are there cross-platform libraries/toolchains. I can see that Mono is available (sort of).

Does mono support the accelerometer on these devices reliably and consistently? I'm looking at the doing this kind of development and any advice in understanding architectural and tool limitations would be very welcome please.

Are there any alternatives to mono - I would have C would be the common otherwise?

I'm looking for commercial options also. Just to be clear this is for developing applications that use the motion detection capabilities of these devices, the GUI aspects are not so important at this stage.

Edit: More information

I'm looking at using the accelerometer to do some physics experiments and will be collecting data and projecting (the application bits) conclusions. Like all good science experiments I expect rubbish front ends until I have the theory correct.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

咆哮 2024-10-08 07:26:40

编写跨平台移动应用程序有很多选择。如果您想用 Javascript 编写程序,有几种选择,例如 Phonegap 或 Appcelerator Titanium。据我所知,Phonegap 不允许您绑定到 iPhone 或 Android 的本机用户界面,但 Titanium 可以。如果您更喜欢 Ruby,可以使用 Rhomobile,它允许绑定到本机用户界面,并允许访问核心电话功能。我知道 GUI 目前不是问题,但将来可能需要考虑。您选择什么语言?有多种语言的选项。

There are a lot of options for writing cross platform mobile applications. If you want to write programs in Javascript, there are a few options, like Phonegap or Appcelerator Titanium. Phonegap, from my knowledge, does not allow you to bind to native user interfaces of iPhone or Android, but Titanium does. If you prefer Ruby, there is Rhomobile, which allows binding to the native user interfaces, as well as giving access to the core phone features. I know GUI is not an issue for now, but for the future it might be something to take into consideration. What is your language of choice? There are options in many languages.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文