0

I am just confusing, the Sencha Touch 2 with PhoneGAP is a powerful things,
they only need to develop once then able to run in IOS and Android Operating system.

why still so many people is choosing use Android SDK to develop mobile apps?
may i know what is the limitation of Sencha Touch 2 to develop Android?

i m feeling i have no reason refuse use Sencha Touch 2 to develop mobile Apps.

just give me some guide, which one is better. Sencha Touch 2 With PhoneGAP or just use Android SDK with Eclipse ?

P/S: i have never been develop any mobile apps yet, just want to start the first apps, that is why need to research which one is better.

4

2 に答える 2

2

Sencha Touch と Phonegap は基本的に JavaScript ライブラリです。これらは、html5 と css を使用する Web ページです。Phonegap は JavaScript ライブラリを使用してネイティブ Java コードを呼び出し、カメラなどのデバイス機能にアクセスします。彼らは遅いです。一方、ネイティブ アプリは Java (android) と Objective C (ios) を使用してコーディングされています。ネイティブ アプリは、sencha touch と phonegap を使用して構築されたアプリケーションよりもはるかに高速です。

于 2013-11-12T16:12:24.197 に答える
1

Very simple. You would use Sencha Touch if you are trying to build HTML5 apps. There are some limitations with HTML5 apps. But the advantage is that you have just one code base for both iOS and Android. With android SDK you get a native app with all native widgets.

于 2013-11-12T16:09:35.737 に答える