有没有人做过或知道如何使用 Delphi/Prism 为 Android 操作系统进行开发?

发布于 2024-09-19 12:43:05 字数 76 浏览 2 评论 0原文

是否可以使用 Delphi 语言(或 Prism,如果绝对必要的话)来开发 Android 平台的程序?

有什么出发点吗?

Is it somehow possible to use the Delphi language (or Prism if absolutely necessary) to develop programs for the Android platform ?

Any starting point ?

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

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

发布评论

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

评论(5

寻找我们的幸福 2024-09-26 12:43:05

Android应用程序是Java应用程序。有一个本机 SDK 应该用于特定需求,并且不允许构建完整的应用程序,应用程序 API 是 Java API。除非您有特定需求(即可移植性),否则开发 Android 应用程序的最佳方法是使用 Java。恕我直言,使用通常落后于主要工具的其他工具只是为了用不同的语言进行编码是浪费时间。

Android applications are Java applications. There is a native SDK which should be use for particular needs and doesn't allow to build full applications, the application API is a Java API. Unless you have specific needs (i.e. portability), the best way to develop Android applications is using Java. IMHO using other tools that usually lag behind the main ones just to code with a different language is a waste of time.

君勿笑 2024-09-26 12:43:05

目前还没有,但很快,请检查此链接有关如何使用 Object-Pascal 语言 Delphi 开发 Android 应用程序的更多信息-Prism编程语言(基于Delphi语言),带有MonoDroid

...很快就会从我们的
内河码头的朋友们,但它会
与上述版本一起工作。所以如果你是一个
Delphi Prism 客户,或者只是拥有
喜欢 Pascal 语法,保留
注意这里——更多信息将会
即将推出,包括模板和
其他支持文件。

替代文本

No for the moment, but soon, check this link for more info about how develop android applications using the Object-Pascal language the Delphi-Prism programming language (wich is based on the Delphi language), with MonoDroid.

...and will soon be available from our
friends at Embarcadero, but it will
work with said release. So if you’re a
Delphi Prism customer, or just have a
fondness for Pascal syntax, keep an
eye out here – more info will be
available soon, including templates &
other support files.

alt text

避讳 2024-09-26 12:43:05

你的意思是对象帕斯卡。我认为目前不可能。我认为交叉编译器不存在......

You mean Object Pascal. I don't think it is currently possible. I don't think that crosscompiler exists...

青瓷清茶倾城歌 2024-09-26 12:43:05

Lazarus 中有几个工作示例如何创建 LCL Android 应用程序

There are couple of working examples in Lazarus How to create an LCL Android Application

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