开发者

Is there a way to automate conversion of web app to iphone or android native app?

I came across this link: http://ofps.oreilly.com/titles/9780596805784/ which seems to suggest web app can be converted to native iphone without writing a single line of objective-c code. But the book mentioned there is outdated now and things may have changed a lot. Are there open source software that will allow me to automatically convert my web application to native iphone ( or android) application? By th开发者_如何学JAVAe way my web application is html5 canvas based animation application with lot of html and css as well.


PhoneGap doesn't generate native code for you: it creates an application consisting of a WebView and throws your HTML code on it. From personal exerience I can add that the performance is quite slow, on both iPhone and Android, compared to a native app. jqTouch creates a nice way to access your web application, but the application remains a web application residing on your site, plus you have to use some jquery for styling. Apparently the only one that actually does generate native code is Appcelerator Titanium. On RhoMobile I never managed to get to the point to actually write some Ruby code because you have to know all the Ruby in he word just to install it on your Mac. So the verdict was to sit down and develop the app in objective-c.


Have you looked at PhoneGap?


Simple steps to put your html app into iOS native container, without coding:

  • Download xCode
  • Download simple web view app from https://github.com/nomtek/iOSWebViewApp
  • Open simple web view app within xCode
  • Add your HTMLs to the project file structure
  • Run your app and voila :)

This approach is good if you don't need access to any phone specific features, just a standard Web View. Loading time will be short as this approach doesn't load any extra libraries.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜