Quickest way to make a web app for iPhone
- by Douglas
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,