开发者

Sencha Touch web Mobile application development [closed]

开发者 https://www.devze.com 2023-03-24 02:30 出处:网络
开发者_Python百科 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current fo
开发者_Python百科 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

Recently, I switched my platform from Blackberry core application development to Sencha touch web mobile application development. As I am totally blank with this framework, please help me regarding this. What ide, plugins, web-server or browser are the requirements for the development?

One more thing I want to know. As I heard somewhere it is a cross platform framework, please suggest the initial steps of development with both aspect as Android and iPhone.


Sencha touch is a great framework for cross platform development using ExtJS. You can develop an application using javascript and host it on the sever.Whenever a user goes to your URL he will get a look and feel of a native app instead of a web page. But in case you do not want to deploy it on the server, you can use senchatouch and phonegap in combination and create an installable app(eg a .apk file for android)

Refer to this tutorial on how to generate native apps with sencha touch : http://android.amolgupta.in/2011/07/hybrid-applications-using-phonegap-and.html


If you plan to develop a "native web application" have a look at this tutorial: http://www.sencha.com/learn/a-sencha-touch-mvc-application-with-phonegap/

For JavaScript you can use for example Netbeans or IntelliJ. As JavaScript is a client-side language you don't need a webserver. There is also no "Sencha SDK" as it's just the framework (a .js file) you can download for free: http://www.sencha.com/products/touch/download/

0

精彩评论

暂无评论...
验证码 换一张
取 消