Android 手机上的 Code Pascal 应用程序
我现在的计算机有问题,这就是我无法构建应用程序的原因。所以我想至少在Android上编写它们并在计算机上编译。
是否有适用于 Android 2.2.1 的 Delphi 或 Pascal 开发程序?
I have problems with computer right now and that's why I can't build applications. So I want to code them atleast on Android and compile on computer.
Is there any Delphi or Pascal developer program for Android 2.2.1?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
RemObjects 刚刚发布了 Oxygene For Java,这是 Object Pascal 的 Oxygene 方言的 JVM 目标版本。它基本上是 Delphi Prism 的一个端口,针对 JVM(包括 Android 设备)而不是 .NET。它不完全是Delphi,但相当接近。
RemObjects just released Oxygene For Java, a JVM-targetted version of their Oxygene dialect of Object Pascal. It's basically a port of Delphi Prism to target JVMs (including Android devices) instead of .NET. It's not exactly Delphi, but it's fairly close.
Free Pascal 编译器现已针对 Android 进行编译,并打包为名为 PascalGUI,其中包括一个简单的、低功能的 IDE。我用它来编译我在 Windows 和 Linux 上编写的一些 Free Pascal 命令行应用程序,并且它运行得非常非常好。
再说一次,它并不完全是德尔福,但它很接近,而且它在我的手机上(带或不带蓝牙键盘)都可以很好地工作。
The Free Pascal compiler has now been compiled for Android and packaged as an Android app called PascalGUI, which includes a simple, low-functioning IDE. I've used it to compile some Free Pascal command-line applications I wrote on Windows and Linux, and it works very, very well.
Again, it's not Delphi exactly, but it's close, and it works well for me on my phone with or without a Bluetooth keyboard.