Online
Registriert seit: 6. Mär 2013
6.159 Beiträge
Delphi 10 Seattle Enterprise
|
AW: Delphi 2010 .exe file for android
1. Sep 2013, 11:49
Ever seen an Android, iOS or WP device running a Windows .exe file? Delphi itself isn't going to help you here unless you plan on getting XE5 which will ship with a ARM/Android compiler.
If I was in your shoes and it's just "querying databases and displaying stuff", I'd probably make it a web application since you'll be able to target any device and simply don't need the performance of a native application.
|