AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Delphi 2010 .exe file for android

Ein Thema von question · begonnen am 1. Sep 2013 · letzter Beitrag vom 1. Sep 2013
Antwort Antwort
question

Registriert seit: 17. Apr 2013
97 Beiträge
 
#1

Delphi 2010 .exe file for android

  Alt 1. Sep 2013, 10:34
Hi,
I am developing a desktop application using Delphi 2010 with mysql, i would like to use this application in android and other mobile device as welll

could you please inform me,how to do that ?
  Mit Zitat antworten Zitat
mkinzler
(Moderator)

Registriert seit: 9. Dez 2005
Ort: Heilbronn
39.851 Beiträge
 
Delphi 11 Alexandria
 
#2

AW: Delphi 2010 .exe file for android

  Alt 1. Sep 2013, 10:39
You have to wait for XE5 + mobile pack and convert the VCL UI to FMX (mobile) UI.
Or splitt your programm into a server part and a client part. Then you can create a web client for the mobile devices.
Markus Kinzler
  Mit Zitat antworten Zitat
Der schöne Günther

Registriert seit: 6. Mär 2013
6.110 Beiträge
 
Delphi 10 Seattle Enterprise
 
#3

AW: Delphi 2010 .exe file for android

  Alt 1. Sep 2013, 10: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.
  Mit Zitat antworten Zitat
question

Registriert seit: 17. Apr 2013
97 Beiträge
 
#4

AW: Delphi 2010 .exe file for android

  Alt 1. Sep 2013, 11:54
actually this project has started long ago,and develped as a desktop application, if we wanna make it as a web application then should i need to rewrite the whole program again or is there any other way to do that?
  Mit Zitat antworten Zitat
Benutzerbild von jaenicke
jaenicke
Online

Registriert seit: 10. Jun 2003
Ort: Berlin
9.345 Beiträge
 
Delphi 11 Alexandria
 
#5

AW: Delphi 2010 .exe file for android

  Alt 1. Sep 2013, 12:30
If the project is developed in a clean way you only have to change the GUI part. This should not be too difficult for most applications unless you have a complicated GUI which makes a big part of your project.

If you made the mistake and mixed the GUI part with the business logic behind you will have to rewrite much more code. In this case this mistake will cost a lot of money in form of development time...

For Android you have the choice to use XE5, there is quite a bit information already available, or to use a client/server approach. Only you can decide which approach matches your needs...

As a rough guide:
You mentioned a MySQL database, so a client/server approach could match, but you would need an online connection to access the database. If your application could run locally as app without any connectivity a XE5 app should match better.
Sebastian Jänicke
Alle eigenen Projekte sind eingestellt, ebenso meine Homepage, Downloadlinks usw. im Forum bleiben aktiv!
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 07:10 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz