Quickest way to make a web app for iPhone
Posted
by Douglas
on Stack Overflow
See other posts from Stack Overflow
or by Douglas
Published on 2009-12-30T19:21:30Z
Indexed on
2010/05/26
18:01 UTC
Read the original article
Hit count: 487
I am looking to make a iPhone app for a simple anonymous discussion website I launched this week (blurba.com).
I would like it to be native, available for free download in the app store.
I am looking for the fastest, easiest way to do this.
I have been looking at these options.
1. Build a native app in Obj-C
2. Build with JQ touch, use PhoneGap to make it native
I am more than open to other ideas (maybe frameworks I don't know about, to make this easier?)
NEEDS:
Ajax requests via GET
and POST
.
Data received back in JSON
and displayed.
PS. I have NO experience making iPhone web apps, but do have basic experience with iPhone development
THANKS,
© Stack Overflow or respective owner