On Thu, 12 May 2011, Michael Schnell wrote:
On 05/12/2011 11:11 AM, [email protected] wrote:
Hence the conclusion: a web application is probably the best way to go when
developing business apps for the mobile.
Do you mean: Using Android's browser as a GUI and have it connect to a
server done with FPC and running as a daemon in the background and accessed
as http://127.0.0.1:12345 ?
This is quite similar (but less powerful and maybe easier to do <for simple
stuff>) than the "ifi" way.
I would not do it locally.
In my line of work, there *always* is a central database.
So:
No access to the database (i.e. internet access) -> no functionality.
In such a scenario, a web app makes perfect sense.
And it solves the "which device to support" question as well...
Michael.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus