Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create Android apps using Delphi

Tags:

I have been asked to research on how to make an android app using Delphi, Now I am not sure that this can be done. I have not come across tutorials on the same. Somebody please clarify on this issue.

like image 305
CyprUS Avatar asked Sep 29 '11 14:09

CyprUS


People also ask

Can you make an app with Delphi?

Delphi FeaturesCreate apps for all platforms with less coding effort and without needing to learn multiple programming languages or asynchronous platform releases.

Can you use Delphi on Android?

Code faster and smarter with a single code base Build apps faster with a single source code base that cross-compiles for Windows, macOS, iOS and Android.

Can I build Android app on Linux?

You can execute all the build tasks available to your Android project using the Gradle wrapper command line tool. It's available as a batch file for Windows ( gradlew. bat ) and a shell script for Linux and Mac ( gradlew.sh ), and it's accessible from the root of each project you create with Android Studio.

Can Scala write Android apps?

Introduction. The Android platform runs on Android Runtime which is a virtual machine based on JVM and, although not identical, it's very similar to it. As a consequence, it is possible to write Android apps in Scala, and in fact it's possible to do it in more than one way.


1 Answers

Delphi cannot create Android apps at present. This is being worked on for a future release.

Update: As of the release of XE5, Delphi now supports Android development for certain ARM hardware using the mobile Delphi compiler.

like image 127
David Heffernan Avatar answered Oct 19 '22 04:10

David Heffernan