1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00
wiki.mbirth.de/know-how/hardware/apple-iphone/_posts/2010-04-02-develop-apps.md

1.5 KiB

title layout created updated toc tags
Develop iOS Apps default 2009-04-20 22:07:23 +0200 2010-04-02 18:07:54 +0200 false
know-how
hardware
apple
iphone
development

real Apps

  • XCode
  • appcelerator (write in JavaScript, but gets natively compiled to standalone apps)
    • currently my weapon of choice for iPhone+Android development, needs a Mac with XCode though for the iPhone part
    • see [appcelerator Titanium Framework]({% post_url 2010-06-08-appcelerator-titanium %})

Pseudo-Apps

Pseudo-Apps is what I call the apps which are actually a bunch of HTML pages with JavaScript and some JavaScript-API for accessing the iPhone internal features. These open in a WebKit-control so that they are basically some spiced up websites.

  • PhoneGAP (HTML/JavaScript/CSS, gets compiled and can be offered through AppStore; standalone apps)
  • Big Five (HTML/JavaScript/CSS, runs off the web → slow when switching pages, needs Big5-Launcher)

Web-Apps