문제

In this question I've been told about Sencha Touch as the "solution" fo r writing x-platform mobile/touch application. I browsed Sencha Touch demos using an iPadSimulator and wow... The experience is native, not web application.

So for what I need to achieve, this is very good.

Now, how is it possible from Delphi create a Sencha Touch powered application? Did anyone has an example?

ExtPascal doesn't support it directly, I searched on google and I found this post that states it. That post also says it will be supported may be next year.

By the way I also heard that it is possible to use ExtPascal as an engine for the web application (like for having a fast-cgi application) and then simply generate all the javascript manually. So in this case may be it would be possible to use Sencha Touch too.

I am not an expert at all in this area, could you please give me some hint (or some example) to take a good direction?

Thanks.

UPDATE: basically what I mean is, may you please guide me in making the GeoTweets Demo using Delphi, or even better, can anyone post it?

도움이 되었습니까?

해결책

By studying a little more the subject I "discovered" that Delphi is not needed for creating Sencha Touch applications, since a minimalistic app just needs an html file and a javascript file.

Delphi will come into picture for managing user session and data, but that time the question will not be about Sencha Touch, but probably on how to manage JSON calls with Delphi in the best way. But this after I learnt more about Sencha Touch...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top