简体   繁体   English

有没有人做过或者有没有人知道使用Delphi / Prism为Android操作系统开发的方法?

[英]Has anyone done or does anyone knows of a way to use Delphi/Prism to develop for the Android os?

Is it somehow possible to use the Delphi language (or Prism if absolutely necessary) to develop programs for the Android platform ? 是否有可能使用Delphi语言(如果绝对必要,使用Prism)来开发Android平台的程序?

Any starting point ? 任何起点?

There is Delphi for Android, a project by Lennie de Villiers. 还有Delphi for Android,Lennie de Villiers的一个项目。

Blog: http://lenniedevilliers.blogspot.com/2010/09/delphi-for-android-sneak-preview-2.html 博客: http//lenniedevilliers.blogspot.com/2010/09/delphi-for-android-sneak-preview-2.html

Screencast: http://www.lenniedevilliers.net/preview/DAndroid_01.avi 截屏视频: http//www.lenniedevilliers.net/preview/DAndroid_01.avi

Android applications are Java applications. Android应用程序是Java应用程序。 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. 有一个本机SDK应该用于特定需求,并且不允许构建完整的应用程序,应用程序API是一个Java API。 Unless you have specific needs (ie portability), the best way to develop Android applications is using Java. 除非您有特定需求(即可移植性),否则开发Android应用程序的最佳方法是使用Java。 IMHO using other tools that usually lag behind the main ones just to code with a different language is a waste of time. 恕我直言使用其他通常落后于主要工具的工具只是用不同语言编码是浪费时间。

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 . 目前还没有,但很快,请查看此链接 ,了解有关如何使用 Object-Pascal语言 开发Android应用程序的详细信息,使用Delphi-Prism编程语言(基于Delphi语言)和MonoDroid

...and will soon be available from our friends at Embarcadero, but it will work with said release. ......很快就可以从Embarcadero的朋友那里获得,但它将与上述发布一起使用。 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. 因此,如果您是Delphi Prism的客户,或者只是喜欢Pascal语法,请留意这里 - 很快就会有更多信息,包括模板和其他支持文件。

替代文字

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

You mean Object Pascal. 你的意思是Object Pascal。 I don't think it is currently possible. 我认为目前不可能。 I don't think that crosscompiler exists... 我不认为交叉编译器存在......

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 有谁知道如何在 B4a 中使用 root 访问权限? - Does anyone knows how to use root access in B4a? Android 浏览器并在 HTML5 Canvas 上绘图……有人做过吗? - Android Browser and Drawing on a HTML5 Canvas … Has anyone ever done this? 有没有人有一个Delphi的Android访问USB类的例子? - Has anyone got an example of Delphi's Android access to the USB class? 有谁知道此权限来自何处以及如何在 Android 中以编程方式授予此权限? - Does Anyone knows Where this permission come from and how to grant this programmatically in Android? 有谁知道如何在 Android Studio 中增加控制台图标的大小? - Anyone knows how to increase the size of the console icon in Android Studio? 对于android系统,是否有人知道或曾经有人尝试使用getScanResult()获取1个网络名称(SSID)的多个BSSID? - For a android system, do anyone know or has anyone tried to use getScanResult() to get multiple BSSIDs for 1 network name(SSID)? 有没有人尝试在 Android 上使用 javax.persistence? - Has anyone tried to use javax.persistence on Android? Android Market错误-17和尚未使用的摄像头:是否有人遇到过这种情况,该怎么办? - Android Market Error -17 & Missing-yet-Useable Camera: Has anyone else encountered this and what can be done? 有人知道如何在Android Studio中使用Expression吗? - Does anyone know how to use Expression in Android Studio? 有没有人有在 AccountManager (Android) 中使用 confirmCredentials API 的经验 - Does anyone have experience to use the confirmCredentials API in the AccountManager (Android)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM