iPhone Development

1 comments

PhoneGap

 

I found this - looks pretty cool: 

PhoneGap is an open source development tool for building fast, easy mobile apps with JavaScript.

If you’re a web developer who wants to build mobile applications in HTML and JavaScript while still taking advantage of the core features in the iPhone, Android and Blackberry SDKs, PhoneGap is for you. 

http://phonegap.com/

 

Brett's iphone website using CSS: 

http://ptpro.co.nz/iphone/ 

 

JQTouch - a jQuery library for iPhone development: 

http://jqtouch.com/

 

jQuery Mobile

$.mobile.touchOverflowEnabled = true;

iUI

Similar to jQuery Mobile but much simpler and looks like native iPhone 

 

App-UI

App-UI is a less opinionated framework without forcing any HTML/CSS conventions. It provides some javascript classes and such as ViewNavigator and SlidingView and pulls in some other scripts like iScroll.

http://triceam.github.com/app-UI/

See tutorial here:

http://www.adobe.com/devnet/html5/articles/native-like-ux-phonegap-app-ui.html

 

iScroll

Provides native-like scrolling sections (DIVs) on iphone and android and pull-to-refresh

http://cubiq.org/iscroll 

 

MonoTouch and Mono for Android

Native app compiliation from C#, with intellisense and native UI. Need to create UI layer separately for iOS and Android, but core code can be shared.

http://xamarin.com/monotouch

 

 


Comments


Leave a Comment