简体   繁体   English

Dreamweaver CS5.5真的可以将我的网页转换为iPhone应用程序吗?

[英]Can Dreamweaver CS5.5 really turn my web page into an iPhone app?

I have a fairly simple website where users can fill out a form describing a flowering plant. 我有一个相当简单的网站,用户可以在其中填写描述开花植物的表格。 They click on buttons and checkboxes to describe the leaves and flowers, and then the site returns a list of the possible plant families they are seeing. 他们单击按钮和复选框来描述叶子和花朵,然后该站点返回他们正在查看的可能植物科列表。 The site is built with jQuery and all of the data are in a javascript as a series of comma-separated numbers. 该网站是使用jQuery构建的,所有数据都在javascript中,以一系列逗号分隔的数字表示。

The problem, of course, is that the plant ID tool is on the web and it would be much more useful if it could be a stand-alone tool on a smartphone so it would work in a remote jungle somewhere. 当然,问题在于工厂ID工具在网络上,如果它可以作为智能手机上的独立工具使用,那么它将在远程的丛林中工作时会更加有用。

I've been scared off of developing an app up til now because I've heard that it costs tens of thousands of dollars. 现在,我一直害怕开发应用程序,因为听说它的成本高达数万美元。 But I keep reading that the new version of Dreamweaver can do the job for me. 但是我一直在阅读,新版本的Dreamweaver可以为我完成这项工作。 Can someone clue me in on this? 有人可以告诉我这个吗? Can I really build an iPhone app in Dreamweaver CS5.5 without knowing Objective C? 是否可以在不了解Objective C的情况下真正在Dreamweaver CS5.5中构建iPhone应用程序?

Yes. 是。 According to this link you can package a native iOS app with CS5.5: 根据此链接,您可以将本机iOS应用与CS5.5打包在一起:

http://help.adobe.com/en_US/dreamweaver/cs/using/WSeffff8bffc80208478c8d43312e240fe0ad-8000.html http://help.adobe.com/zh_CN/dreamweaver/cs/using/WSeffff8bffc80208478c8d43312e240fe0ad-8000.html

NOTE: You'll still need to register as an Apple iOS developer to upload apps to the app store. 注意:您仍然需要注册为Apple iOS开发人员才能将应用程序上载到应用程序商店。

You can also look into non-Objective-C tools like Corona SDK. 您还可以研究非目标C工具,例如Corona SDK。

http://www.anscamobile.com/ http://www.anscamobile.com/

To register as an iPhone developer you do not need tens of thousands of dollars, more like 100 dollars. 要注册为iPhone开发人员,您不需要花费数万美元,更不需要100美元。 Writing iPhone apps is not simple, and for someone to write an app for you might cost as much. 编写iPhone应用程序并不简单,如果有人为您编写应用程序,则可能会花费很多。 BUT, since you have your website up-and running, i would recommend adjusting the website to smartphone screen sizes, and creating an iPhone app that is basically just a wrapper to a web-browser which will show your site pages. 但是,由于您的网站已启动并且正在运行,因此我建议将网站调整为适合智能手机的屏幕尺寸,并创建一个iPhone应用程序,该应用程序基本上只是一个Web浏览器的包装,它将显示您的网站页面。 Basically that's what CS5.5 does for you as stated. 基本上,这就是CS5.5为您执行的操作。 Similar platforms are Corona (as stated), phoneGap, or titanium - all of which allow creating/using web pages that show inside a native app. 类似的平台是Corona(如上所述),phoneGap或Titan,所有这些平台都允许创建/使用在本机应用程序中显示的网页。 The app is just a shell for the webpages. 该应用程序只是网页的外壳。 Please note that titanium and phoneGap claim to be able to publish from a single project BOTH iPhone AND android native apps. 请注意,Titan和phoneGap声称能够从iPhone和android本机应用程序的单个项目中发布。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM