mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
1.5 KiB
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 |
|
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)
- nachbaur.com native UI controls in PhoneGap
- Big Five (HTML/JavaScript/CSS, runs off the web → slow when switching pages, needs Big5-Launcher)
Web-Apps
- iUI iPhone navigation emulated using JavaScript and CSS (Google Code project)
- CiUI similar to iUI
- Moousture finger-gesture control