sanderscoyote
New Member
I've been trying to get away from Phonegap and web based platforms in favour of native iPhone development in objective c, but I am getting requests for multiple device apps (android and iOS). One in particular is a map based app to plot locations on a map and direct users to them when walking through a park. I have a phonegap app already that utlisises maps etc which I could use but at the same time I really don't want to worry about iOS updates followed by phonegap updates followed by phonegap plugin updates! So I'm wondering if its worth learnin yet another platform in the form of titanium for this type of app?How is it suited towards maps (android and iOS)? Is it relatively hassle free to do the following:[*]Get data via xmlhttp requests[*]Plot points and an actual route on a map[*]Facebook integration?I want to deliver a product that stands the test of time and doesn't require updating all the time, if that is possible without going completely native!Thanks