vote up 1 vote down star
1

Hi there,

I am a web developer and I want to move my web products to iPhone. One of the products is like Google Map: Show map on the phone screen, you can drag or resize the map and view some information that we add to the map.

I know there are some technologies that enables you to use HTML, CSS and Javascript to develop native iPhone apps, so that I want to know which of these tech I should choose:

http://www.anscamobile.com/

http://phonegap.com/

http://www.appcelerator.com/

Or other similar products that I don't know yet. And I also want to know the differences between them.

Thanks in advancne~

flag

28% accept rate

2 Answers

vote up 0 vote down

Of the solutions you mentioned, none of them appear to give you direct access to the MapKit framework introduced in OS 3.0.

As the Google Maps HTML widgets aren't nearly as good as MapKit (see Google Latitude for an example), you are probably best off developing a native Cocoa touch application, or choosing a solution you can extend to add MapKit integration. PhoneGap is extensible in this manner (it's open-source so it is by default), and some of the other solutions might be as well.

link|flag
Thank you. But is there any essential difference between PhoneGap and Titanium? – Mickey Shine Sep 27 at 7:35
vote up 1 vote down

My understanding of PhoneGap is that they provide Javascript APIs to much of the iPhone APIs.

Titanium seems easier for a web developer background. It is a simple XML file to create a basic TabView application and then everything in the content area is controlled by HTML / JS. I also know that Titanium does provide some javascript access to some of the frameworks (particularly access to location information, the phone ID, etc).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.