Has anyone done or does anyone knows of a way to use Delphi/Prism to develop for the Android os?
Asked Answered
G

5

8

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

Any starting point ?

Gopherwood answered 18/9, 2010 at 6:14 Comment(0)
B
1

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

Belated answered 18/9, 2010 at 6:45 Comment(0)
I
3

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

Infancy answered 18/9, 2010 at 8:36 Comment(0)
S
3

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.

Solberg answered 18/9, 2010 at 13:56 Comment(0)
B
1

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

Belated answered 18/9, 2010 at 6:45 Comment(0)
S
0

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

Showmanship answered 18/9, 2010 at 6:18 Comment(1)
Why do you think he means Object Pascal?Chorale
C
0

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

Cornerwise answered 29/5, 2013 at 6:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.