开发者

Can you develop a mobile app in appcelerator using dreamweaver?

I have been trying to make sense of some claims that Appcelerator Titanium makes. As per their site, if I know HTML and Java script, I can develop a native mobile app using their SDK. So I need someone to tell me this.

If I develop an app for calculating loan installment开发者_Go百科s using a form in dream weaver that takes input (Down Payment Amount, Interest Rate, and Tenure) in text fields, apply form validation using Java script, and calculate the installment amount using Java Script, and then display the amount.

Will appcelerator turn all of this into a native app? Sounds too good to be true...


Titanium just provides a bridge so that a iphone/android app can be developed using javascript and you need not learn java or objective c for android and iphone respectively.

You may read this and this to get a picture of how titanium actually does it.

Bottom line, you cant use dreamweaver or some other "web-building" for titanium.


Appcelerator can create native apps, but you need to write your app using their javascript API. Appcelerator provides the developer with a lot of javascript functions, which you then use to add views to your app (tableviews, images, text, etc).

Despite what Javanator claims, it really does turn into a native app, but no, you cannot just use any WYSIWYG html editor (i.e. Dreamweaver) you like to turn HTML into a native app.

However, Appcelerator recently bought Aptana, which is an user-friendly editor. For more information, see http://www.appcelerator.com/appcelerator-acquires-aptana/

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜