有没有人做过或知道如何使用 Delphi/Prism 为 Android 操作系统进行开发?
是否可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
Delphi for Android 是 Lennie de Villiers 的一个项目。
博客:
http://lenniedevilliers.blogspot.com/ 2010/09/delphi-for-android-sneak-preview-2.html
截屏:
http://www.lenniedevilliers.net/preview/DAndroid_01.avi
There is Delphi for Android, a project by Lennie de Villiers.
Blog:
http://lenniedevilliers.blogspot.com/2010/09/delphi-for-android-sneak-preview-2.html
Screencast:
http://www.lenniedevilliers.net/preview/DAndroid_01.avi
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.
目前还没有,但很快,请检查此链接有关如何使用
Object-Pascal 语言Delphi 开发 Android 应用程序的更多信息-Prism编程语言(基于Delphi语言),带有MonoDroid。No for the moment, but soon, check this link for more info about how develop android applications using
the Object-Pascal languagethe Delphi-Prism programming language (wich is based on the Delphi language), with MonoDroid.你的意思是对象帕斯卡。我认为目前不可能。我认为交叉编译器不存在......
You mean Object Pascal. I don't think it is currently possible. I don't think that crosscompiler exists...
Lazarus 中有几个工作示例如何创建 LCL Android 应用程序
There are couple of working examples in Lazarus How to create an LCL Android Application