Little Helper
Little Helper

Reputation: 2456

Code Pascal applications on Android phone

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?

Upvotes: 1

Views: 1985

Answers (2)

JasonFruit
JasonFruit

Reputation: 7875

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.

Upvotes: 0

Mason Wheeler
Mason Wheeler

Reputation: 84540

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.

Upvotes: 2

Related Questions